Searched refs:getFlippedStrictnessPredicateAndConstant (Results 1 – 4 of 4) sorted by relevance
830 getFlippedStrictnessPredicateAndConstant(CmpPredicate Pred, Constant *C);
1712 auto FlippedStrictness = getFlippedStrictnessPredicateAndConstant(Pred, C0); in tryToReuseConstantFromSelectInComparison()1930 auto Flipped = getFlippedStrictnessPredicateAndConstant(Predicate, C1); in foldSelectWithConstOpToBinOp()3664 getFlippedStrictnessPredicateAndConstant(Pred, C); in foldSelectToCmp()
2483 if (auto FlippedStrictness = getFlippedStrictnessPredicateAndConstant( in foldICmpShlConstant()3346 getFlippedStrictnessPredicateAndConstant(PredB, cast<Constant>(RHS2)); in matchThreeWayIntCompare()7153 auto FlippedStrictness = getFlippedStrictnessPredicateAndConstant(Pred, Op1C); in canonicalizeCmpWithConstant()
8542 llvm::getFlippedStrictnessPredicateAndConstant(CmpPredicate Pred, Constant *C) { in getFlippedStrictnessPredicateAndConstant() function in llvm