Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2854 auto FlippedStrictness = in matchThreeWayIntCompare() local
2857 if (!FlippedStrictness) in matchThreeWayIntCompare()
2859 assert(FlippedStrictness->first == ICmpInst::ICMP_SGE && in matchThreeWayIntCompare()
2861 RHS2 = FlippedStrictness->second; in matchThreeWayIntCompare()
5833 auto FlippedStrictness = in canonicalizeCmpWithConstant() local
5835 if (!FlippedStrictness) in canonicalizeCmpWithConstant()
5838 return new ICmpInst(FlippedStrictness->first, Op0, FlippedStrictness->second); in canonicalizeCmpWithConstant()
DInstCombineSelect.cpp1549 auto FlippedStrictness = in tryToReuseConstantFromSelectInComparison() local
1551 if (!FlippedStrictness) in tryToReuseConstantFromSelectInComparison()
1555 if (!MatchesSelectValue(FlippedStrictness->second)) in tryToReuseConstantFromSelectInComparison()
1563 Value *NewCmp = IC.Builder.CreateICmp(Pred, X, FlippedStrictness->second, in tryToReuseConstantFromSelectInComparison()