ΒΆLLVMValueRef LLVMConstStruct(
    LLVMValueRef* ConstantVals,
    unsigned int Count,
    LLVMBool Packed)

Description

Create a ConstantStruct in the global Context. This is the same as LLVMConstStructInContext except it operates on the global Context.

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

Parameters

LLVMValueRef* ConstantVals
unsigned int Count
LLVMBool Packed