Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1388 auto *ThresholdLowIncl = ConstantExpr::getNeg(C1); in canonicalizeClampLike() local
1395 std::swap(ThresholdLowIncl, ThresholdHighExcl); in canonicalizeClampLike()
1399 ThresholdLowIncl); in canonicalizeClampLike()
1421 Value *ShouldReplaceLow = Builder.CreateICmpSLT(X, ThresholdLowIncl); in canonicalizeClampLike()