Function rustc_codegen_llvm::llvm::LLVMAddIncoming

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