Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1336 auto *ThresholdLowIncl = ConstantExpr::getNeg(C1); in canonicalizeClampLike() local
1341 ThresholdLowIncl); in canonicalizeClampLike()
1351 Value *ShouldReplaceLow = Builder.CreateICmpSLT(X, ThresholdLowIncl); in canonicalizeClampLike()