Function llvm_sys::core::LLVMScalableVectorType

source ยท
pub unsafe extern "C" fn LLVMScalableVectorType(
    ElementType: LLVMTypeRef,
    ElementCount: c_uint
) -> LLVMTypeRef
Expand description

Create a vector type that contains a defined type and has a scalable number of elements.

The created type will exist in the context that its element type exists in.