Searched refs:NegatePredicate (Results 1 – 1 of 1) sorted by relevance
30 bool NegatePredicate; variable40 : 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()