Return true if the known-min coefficient is even.
Declared in <llvm/Support/TypeSize.h>
constexpr
bool
isKnownEven() const;
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.
True if the known-min coefficient is even.