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