ΒΆLLVMTypeRef LLVMArrayType(
    LLVMTypeRef ElementType,
    unsigned int ElementCount)

Description

Create a fixed size array type that refers to a specific type. The created type will exist in the context that its element type exists in.

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

Parameters

LLVMTypeRef ElementType
unsigned int ElementCount