llvm::ElementCount::isKnownEven

Return true if the known-min coefficient is even.

Synopsis

Declared in <llvm/Support/TypeSize.h>

constexpr
bool
isKnownEven() const;

Description

A return value of true indicates we know at compile time that the number of elements (vscale * Min) is definitely even. However, returning false does not guarantee that the total number of elements is odd.

Return Value

True if the known-min coefficient is even.