Function llvm_sys::core::LLVMGetVectorSize
source · pub unsafe extern "C" fn LLVMGetVectorSize(
VectorTy: LLVMTypeRef
) -> c_uint
Expand description
Obtain the (possibly scalable) number of elements in a vector type.
pub unsafe extern "C" fn LLVMGetVectorSize(
VectorTy: LLVMTypeRef
) -> c_uint
Obtain the (possibly scalable) number of elements in a vector type.