ΒΆunsigned int LLVMGetArrayLength(
LLVMTypeRef ArrayTy)
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:1406
Parameters
- LLVMTypeRef ArrayTy