Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1447 auto *ThresholdHighExcl = ConstantExpr::getSub(C0, C1); in canonicalizeClampLike() local
1453 std::swap(ThresholdLowIncl, ThresholdHighExcl); in canonicalizeClampLike()
1462 ThresholdHighExcl); in canonicalizeClampLike()
1480 Value *ShouldReplaceHigh = Builder.CreateICmpSGE(X, ThresholdHighExcl); in canonicalizeClampLike()