LLVMGetVectorSize

Obtain the number of elements in a vector type.

This only works on types that represent vectors.

@see llvm::VectorType::getNumElements()

extern (C) nothrow
uint
LLVMGetVectorSize
(
LLVMTypeRef VectorTy
)

Meta