Searched refs:UseMin (Results 1 – 1 of 1) sorted by relevance
2463 bool UseMin = ICmpInst::isLT(*MatchingPred) || ICmpInst::isLE(*MatchingPred); in hoistMinMax() local2465 (UseMin || ICmpInst::isGT(*MatchingPred) || in hoistMinMax()2469 ? (UseMin ? Intrinsic::smin : Intrinsic::smax) in hoistMinMax()2470 : (UseMin ? Intrinsic::umin : Intrinsic::umax); in hoistMinMax()2484 (UseMin ? "min" : "max")); in hoistMinMax()