Searched refs:invertPredicate (Results 1 – 7 of 7) sorted by relevance
482 bool invertPredicate = false; in runOnMachineFunction() local550 invertPredicate = true; in runOnMachineFunction()684 if (invertPredicate) in runOnMachineFunction()
3558 int HexagonInstrInfo::getCondOpcode(int Opc, bool invertPredicate) const { in getCondOpcode()3560 inPredSense = invertPredicate ? Hexagon::PredSense_false : in getCondOpcode()
127 arith::CmpIPredicate invertPredicate(arith::CmpIPredicate pred);
103 def InvertPredicate : NativeCodeCall<"invertPredicate($0)">;
44 arith::CmpIPredicate arith::invertPredicate(arith::CmpIPredicate pred) { in invertPredicate() function in arith70 static arith::CmpIPredicateAttr invertPredicate(arith::CmpIPredicateAttr pred) { in invertPredicate() function72 invertPredicate(pred.getValue())); in invertPredicate()
586 else if (isStaticallyTrue(invertPredicate(pred), lhs, rhs)) in inferResultRanges()
3197 arith::invertPredicate(cmp.getPredicate())) in matchAndRewrite()