Searched refs:FlippedStrictness (Results 1 – 2 of 2) sorted by relevance
2854 auto FlippedStrictness = in matchThreeWayIntCompare() local2857 if (!FlippedStrictness) in matchThreeWayIntCompare()2859 assert(FlippedStrictness->first == ICmpInst::ICMP_SGE && in matchThreeWayIntCompare()2861 RHS2 = FlippedStrictness->second; in matchThreeWayIntCompare()5833 auto FlippedStrictness = in canonicalizeCmpWithConstant() local5835 if (!FlippedStrictness) in canonicalizeCmpWithConstant()5838 return new ICmpInst(FlippedStrictness->first, Op0, FlippedStrictness->second); in canonicalizeCmpWithConstant()
1549 auto FlippedStrictness = in tryToReuseConstantFromSelectInComparison() local1551 if (!FlippedStrictness) in tryToReuseConstantFromSelectInComparison()1555 if (!MatchesSelectValue(FlippedStrictness->second)) in tryToReuseConstantFromSelectInComparison()1563 Value *NewCmp = IC.Builder.CreateICmp(Pred, X, FlippedStrictness->second, in tryToReuseConstantFromSelectInComparison()