Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.cpp2432 if (auto FlippedStrictness = in foldICmpShlConstant() local
2435 CmpPred = FlippedStrictness->first; in foldICmpShlConstant()
2436 RHSC = cast<ConstantInt>(FlippedStrictness->second)->getValue(); in foldICmpShlConstant()
3197 auto FlippedStrictness = in matchThreeWayIntCompare() local
3200 if (!FlippedStrictness) in matchThreeWayIntCompare()
3202 assert(FlippedStrictness->first == ICmpInst::ICMP_SGE && in matchThreeWayIntCompare()
3204 RHS2 = FlippedStrictness->second; in matchThreeWayIntCompare()
6868 auto FlippedStrictness = in canonicalizeCmpWithConstant() local
6870 if (!FlippedStrictness) in canonicalizeCmpWithConstant()
6873 return new ICmpInst(FlippedStrictness->first, Op0, FlippedStrictness->second); in canonicalizeCmpWithConstant()
HDInstCombineSelect.cpp1621 auto FlippedStrictness = in tryToReuseConstantFromSelectInComparison() local
1623 if (!FlippedStrictness) in tryToReuseConstantFromSelectInComparison()
1627 if (!MatchesSelectValue(FlippedStrictness->second)) in tryToReuseConstantFromSelectInComparison()
1635 Value *NewCmp = IC.Builder.CreateICmp(Pred, X, FlippedStrictness->second, in tryToReuseConstantFromSelectInComparison()