Searched refs:MatchingPred (Results 1 – 2 of 2) sorted by relevance
2458 auto MatchingPred = CmpPredicate::getMatching(P1, P2); in hoistMinMax() local2459 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()
1279 auto MatchingPred = CmpPredicate::getMatching(P0, P1); in foldExtractedCmps() local1280 if (!MatchingPred) in foldExtractedCmps()1301 CmpInst::Predicate Pred = *MatchingPred; in foldExtractedCmps()