Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h830 getFlippedStrictnessPredicateAndConstant(CmpPredicate Pred, Constant *C);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1712 auto FlippedStrictness = getFlippedStrictnessPredicateAndConstant(Pred, C0); in tryToReuseConstantFromSelectInComparison()
1930 auto Flipped = getFlippedStrictnessPredicateAndConstant(Predicate, C1); in foldSelectWithConstOpToBinOp()
3664 getFlippedStrictnessPredicateAndConstant(Pred, C); in foldSelectToCmp()
H A DInstCombineCompares.cpp2483 if (auto FlippedStrictness = getFlippedStrictnessPredicateAndConstant( in foldICmpShlConstant()
3346 getFlippedStrictnessPredicateAndConstant(PredB, cast<Constant>(RHS2)); in matchThreeWayIntCompare()
7153 auto FlippedStrictness = getFlippedStrictnessPredicateAndConstant(Pred, Op1C); in canonicalizeCmpWithConstant()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8542 llvm::getFlippedStrictnessPredicateAndConstant(CmpPredicate Pred, Constant *C) { in getFlippedStrictnessPredicateAndConstant() function in llvm