ΒΆunsigned int LLVMGetArrayLength(
    LLVMTypeRef ArrayTy)

Description

Obtain the length of an array type. This only works on types that represent arrays.

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

Parameters

LLVMTypeRef ArrayTy