Searched refs:FlippedStrictness (Results 1 – 2 of 2) sorted by relevance
2432 if (auto FlippedStrictness = in foldICmpShlConstant() local2435 CmpPred = FlippedStrictness->first; in foldICmpShlConstant()2436 RHSC = cast<ConstantInt>(FlippedStrictness->second)->getValue(); in foldICmpShlConstant()3197 auto FlippedStrictness = in matchThreeWayIntCompare() local3200 if (!FlippedStrictness) in matchThreeWayIntCompare()3202 assert(FlippedStrictness->first == ICmpInst::ICMP_SGE && in matchThreeWayIntCompare()3204 RHS2 = FlippedStrictness->second; in matchThreeWayIntCompare()6868 auto FlippedStrictness = in canonicalizeCmpWithConstant() local6870 if (!FlippedStrictness) in canonicalizeCmpWithConstant()6873 return new ICmpInst(FlippedStrictness->first, Op0, FlippedStrictness->second); in canonicalizeCmpWithConstant()
1621 auto FlippedStrictness = in tryToReuseConstantFromSelectInComparison() local1623 if (!FlippedStrictness) in tryToReuseConstantFromSelectInComparison()1627 if (!MatchesSelectValue(FlippedStrictness->second)) in tryToReuseConstantFromSelectInComparison()1635 Value *NewCmp = IC.Builder.CreateICmp(Pred, X, FlippedStrictness->second, in tryToReuseConstantFromSelectInComparison()