Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DPredicateExpander.h30 bool NegatePredicate; variable
39 : 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()