Home
last modified time | relevance | path

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

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