Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1514 auto *ThresholdHighExcl = ConstantExpr::getSub(C0, C1); in canonicalizeClampLike() local
1520 std::swap(ThresholdLowIncl, ThresholdHighExcl); in canonicalizeClampLike()
1529 ICmpInst::Predicate::ICMP_SLE, C2, ThresholdHighExcl, IC.getDataLayout()); in canonicalizeClampLike()
1552 Value *ShouldReplaceHigh = Builder.CreateICmpSGE(X, ThresholdHighExcl); in canonicalizeClampLike()