ΒΆunsigned int LLVMGetVectorSize(
    LLVMTypeRef VectorTy)

Description

Obtain the number of elements in a vector type. This only works on types that represent vectors.

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

Parameters

LLVMTypeRef VectorTy