Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1513 auto *ThresholdLowIncl = ConstantExpr::getNeg(C1); in canonicalizeClampLike() local
1520 std::swap(ThresholdLowIncl, ThresholdHighExcl); in canonicalizeClampLike()
1524 ICmpInst::Predicate::ICMP_SGE, C2, ThresholdLowIncl, IC.getDataLayout()); in canonicalizeClampLike()
1551 Value *ShouldReplaceLow = Builder.CreateICmpSLT(X, ThresholdLowIncl); in canonicalizeClampLike()