Searched refs:UseMin (Results 1 – 1 of 1) sorted by relevance
2451 bool UseMin = ICmpInst::isLT(P1) || ICmpInst::isLE(P1); in hoistMinMax() local2453 (UseMin || ICmpInst::isGT(P1) || ICmpInst::isGE(P1)) && in hoistMinMax()2456 ? (UseMin ? Intrinsic::smin : Intrinsic::smax) in hoistMinMax()2457 : (UseMin ? Intrinsic::umin : Intrinsic::umax); in hoistMinMax()2470 (UseMin ? "min" : "max")); in hoistMinMax()