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

References

utils/TableGen/PredicateExpander.cpp
  160     return expandPredicate(OS, Sequence[0]);
  164   OS << (shouldNegate() ? "!(" : "(");
  170     OS << '\n';
  171     OS.indent(getIndentLevel() * 2);
  173       OS << (IsCheckAll ? "&& " : "|| ");
  174     expandPredicate(OS, Rec);
  177   OS << '\n';
  179   OS.indent(getIndentLevel() * 2);
  180   OS << ')';