reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/FixedLenDecoderEmitter.cpp
  409         BitWidth(parent.BitWidth), Emitter(parent.Emitter) {
  416   unsigned getBitWidth() const { return BitWidth; }
  431     for (unsigned i = 0; i < BitWidth; ++i) {
  556   assert(StartBit + NumBits - 1 < Owner->BitWidth);
 1013   for (unsigned bitIndex = BitWidth; bitIndex > 0; bitIndex--) {
 1063   for (unsigned i = 0; i < BitWidth; ++i) {
 1095     EndBits.push_back(BitWidth - 1);
 1297   APInt PositiveMask(BitWidth, 0ULL);
 1298   APInt NegativeMask(BitWidth, 0ULL);
 1299   for (unsigned i = 0; i < BitWidth; ++i) {
 1528   for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex)
 1540     for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) {
 1586   for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) {