Searched refs:NegatePredicate (Results 1 – 1 of 1) sorted by relevance
29 bool NegatePredicate; variable39 : EmitCallsByRef(true), NegatePredicate(false), ExpandForMC(false), in PredicateExpander()42 bool shouldNegate() const { return NegatePredicate; } in shouldNegate()48 void flipNegatePredicate() { NegatePredicate = !NegatePredicate; } in flipNegatePredicate()49 void setNegatePredicate(bool Value) { NegatePredicate = Value; } in setNegatePredicate()