Home
last modified time | relevance | path

Searched defs:invertPredicate (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp482 bool invertPredicate = false; in runOnMachineFunction() local
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp44 arith::CmpIPredicate arith::invertPredicate(arith::CmpIPredicate pred) { in invertPredicate() function in arith
70 static arith::CmpIPredicateAttr invertPredicate(arith::CmpIPredicateAttr pred) { in invertPredicate() function