ΒΆunsigned int LLVMGetVectorSize(
LLVMTypeRef VectorTy)
unsigned int LLVMGetVectorSize(
LLVMTypeRef VectorTy)
Description
Obtain the (possibly scalable) number of elements in a vector type. This only works on types that represent vectors (fixed or scalable).
Declared at: llvm/include/llvm-c/Core.h:1513
Parameters
- LLVMTypeRef VectorTy