ΒΆLLVMTypeRef LLVMScalableVectorType(
    LLVMTypeRef ElementType,
    unsigned int ElementCount)

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 thats its element type exists in.

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

Parameters

LLVMTypeRef ElementType
unsigned int ElementCount