Function LLVMGetOperand

Source
pub unsafe extern "C" fn LLVMGetOperand(
    Val: &Value,
    Index: c_uint,
) -> Option<&Value>