llvm::EVT::knownBitsLT

Return true if we know at compile time this has fewer bits than VT.

Synopsis

Declared in <llvm/CodeGen/ValueTypes.h>

bool
knownBitsLT(EVT VT) const;

Return Value

true if we know at compile time this has fewer bits than VT.

Parameters

NameDescription
VTExtended Value Type. Capable of holding value types which are not native for any processor (such as the i12345 type), as well as the types an MVT can represent.