LLVMConstInsertValue

Function LLVMConstInsertValue 

Source
pub unsafe extern "C" fn LLVMConstInsertValue(
    AggConstant: LLVMValueRef,
    ElementValueConstant: LLVMValueRef,
    IdxList: *mut c_uint,
    NumIdx: c_uint,
) -> LLVMValueRef