Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2451 bool UseMin = ICmpInst::isLT(P1) || ICmpInst::isLE(P1); in hoistMinMax() local
2453 (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()