llvm::Bitfield::Element::LastBit

Index of the last bit occupied by this field.

Synopsis

Declared in <llvm/ADT/Bitfields.h>

inline constexpr static
unsigned int LastBit = Shift + Bits - 1;