This static method is the primary way to construct an VectorType.

Synopses

Declared in <llvm/IR/DerivedTypes.h>

This static method is the primary way to construct an VectorType.

static
VectorType*
get(
    Type* ElementType,
    ElementCount EC);
static
VectorType*
get(
    Type* ElementType,
    VectorType const* Other);
static
VectorType*
get(
    Type* ElementType,
    unsigned int NumElements,
    bool Scalable);

Created with MrDocs