Function LLVMAddIncoming

Source
pub(crate) unsafe extern "C" fn LLVMAddIncoming<'a>(
    PhiNode: &'a Value,
    IncomingValues: *const &'a Value,
    IncomingBlocks: *const &'a BasicBlock,
    Count: c_uint,
)