Searched refs:UseMin (Results 1 – 1 of 1) sorted by relevance
2436 bool UseMin = ICmpInst::isLT(P1) || ICmpInst::isLE(P1); in hoistMinMax() local2438 (UseMin || ICmpInst::isGT(P1) || ICmpInst::isGE(P1)) && in hoistMinMax()2441 ? (UseMin ? Intrinsic::smin : Intrinsic::smax) in hoistMinMax()2442 : (UseMin ? Intrinsic::umin : Intrinsic::umax); in hoistMinMax()2455 (UseMin ? "min" : "max")); in hoistMinMax()