Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5684 auto CmpYZ = IsCondKnownTrue(simplifyICmpInst(Pred, Y, Z, Q)); in foldICmpWithMinMax() local
5685 if (!CmpXZ.has_value() && !CmpYZ.has_value()) in foldICmpWithMinMax()
5689 std::swap(CmpXZ, CmpYZ); in foldICmpWithMinMax()
5693 if (CmpYZ.has_value()) in foldICmpWithMinMax()
5694 return replaceInstUsesWith(I, ConstantInt::getBool(I.getType(), *CmpYZ)); in foldICmpWithMinMax()
5719 std::swap(CmpXZ, CmpYZ); in foldICmpWithMinMax()