Home
last modified time | relevance | path

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

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