Function rustc_codegen_llvm::llvm_::ffi::LLVMBuildInsertValue
source · pub unsafe extern "C" fn LLVMBuildInsertValue<'a>(
B: &Builder<'a>,
AggVal: &'a Value,
EltVal: &'a Value,
Index: c_uint,
Name: *const c_char
) -> &'a Value