Return an element count with minimum value MinVal, optionally scalable.

Synopsis

Declared in <llvm/Support/TypeSize.h>

constexpr
static
ElementCount
get(
    ScalarTy MinVal,
    bool Scalable);

Return Value

Element count with the given minimum and scalability.

Parameters

Name

Description

MinVal

Known‐minimum number of elements.

Scalable

Whether the count is scaled by vscale.

Created with MrDocs