Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2458 auto MatchingPred = CmpPredicate::getMatching(P1, P2); in hoistMinMax() local
2459 if (!MatchingPred || LHS1 != LHS2) in hoistMinMax()
2463 bool UseMin = ICmpInst::isLT(*MatchingPred) || ICmpInst::isLE(*MatchingPred); in hoistMinMax()
2465 (UseMin || ICmpInst::isGT(*MatchingPred) || in hoistMinMax()
2466 ICmpInst::isGE(*MatchingPred)) && in hoistMinMax()
2468 Intrinsic::ID id = ICmpInst::isSigned(*MatchingPred) in hoistMinMax()
2483 (ICmpInst::isSigned(*MatchingPred) ? "s" : "u") + in hoistMinMax()
2486 ICmpInst::Predicate P = *MatchingPred; in hoistMinMax()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1279 auto MatchingPred = CmpPredicate::getMatching(P0, P1); in foldExtractedCmps() local
1280 if (!MatchingPred) in foldExtractedCmps()
1301 CmpInst::Predicate Pred = *MatchingPred; in foldExtractedCmps()