LLVMBuildMemSet

Function LLVMBuildMemSet 

Source
pub unsafe extern "C" fn LLVMBuildMemSet(
    B: LLVMBuilderRef,
    Ptr: LLVMValueRef,
    Val: LLVMValueRef,
    Len: LLVMValueRef,
    Align: c_uint,
) -> LLVMValueRef
Expand description

Creates and inserts a memset to the specified pointer and the specified value.

@see llvm::IRRBuilder::CreateMemSet()