Home
last modified time | relevance | path

Searched refs:NegatePredicate (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DPredicateExpander.h30 bool NegatePredicate; variable
40 : EmitCallsByRef(true), NegatePredicate(false), ExpandForMC(false), in PredicateExpander()
43 bool shouldNegate() const { return NegatePredicate; } in shouldNegate()
49 void flipNegatePredicate() { NegatePredicate = !NegatePredicate; } in flipNegatePredicate()
50 void setNegatePredicate(bool Value) { NegatePredicate = Value; } in setNegatePredicate()