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

References

utils/TableGen/PredicateExpander.cpp
  123     OS << "( ";
  124     expandCheckOpcode(OS, Opcodes[0]);
  125     OS << " )";
  129   OS << '(';
  132     OS << '\n';
  133     OS.indent(getIndentLevel() * 2);
  135       OS << (shouldNegate() ? "&& " : "|| ");
  137     expandCheckOpcode(OS, Rec);
  141   OS << '\n';
  143   OS.indent(getIndentLevel() * 2);
  144   OS << ')';