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

References

utils/TableGen/PredicateExpander.h
   42   bool shouldNegate() const { return NegatePredicate; }
   48   void flipNegatePredicate() { NegatePredicate = !NegatePredicate; }
   48   void flipNegatePredicate() { NegatePredicate = !NegatePredicate; }
   49   void setNegatePredicate(bool Value) { NegatePredicate = Value; }