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

References

utils/TableGen/CodeEmitterGen.cpp
  173   for (int tmpBit = bit; tmpBit >= 0;) {
  174     int varBit = getVariableBit(VarName, BI, tmpBit);
  178       --tmpBit;
  186     for (--tmpBit; tmpBit >= 0;) {
  186     for (--tmpBit; tmpBit >= 0;) {
  187       varBit = getVariableBit(VarName, BI, tmpBit);
  191       --tmpBit;