ΒΆLLVMValueRef LLVMBuildMemSet(LLVMBuilderRef B,
                             LLVMValueRef Ptr,
                             LLVMValueRef Val,
                             LLVMValueRef Len,
                             unsigned int Align)

Description

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

Declared at: llvm/include/llvm-c/Core.h:3900

Parameters

LLVMBuilderRef B
LLVMValueRef Ptr
LLVMValueRef Val
LLVMValueRef Len
unsigned int Align