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 this type is known to have fewer bits than VT.

Parameters

NameDescription
VTValue type to compare against.