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.cpp5403 auto CmpYZ = IsCondKnownTrue(simplifyICmpInst(Pred, Y, Z, Q)); in foldICmpWithMinMax() local
5404 if (!CmpXZ.has_value() && !CmpYZ.has_value()) in foldICmpWithMinMax()
5408 std::swap(CmpXZ, CmpYZ); in foldICmpWithMinMax()
5412 if (CmpYZ.has_value()) in foldICmpWithMinMax()
5413 return replaceInstUsesWith(I, ConstantInt::getBool(I.getType(), *CmpYZ)); in foldICmpWithMinMax()
5438 std::swap(CmpXZ, CmpYZ); in foldICmpWithMinMax()