Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DPredicateExpander.cpp199 flipNegatePredicate(); in expandPredicate()
201 flipNegatePredicate(); in expandPredicate()
DPredicateExpander.h47 void flipNegatePredicate() { NegatePredicate = !NegatePredicate; } in flipNegatePredicate() function