Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1337 auto *ThresholdHighExcl = ConstantExpr::getSub(C0, C1); in canonicalizeClampLike() local
1346 ThresholdHighExcl); in canonicalizeClampLike()
1352 Value *ShouldReplaceHigh = Builder.CreateICmpSGE(X, ThresholdHighExcl); in canonicalizeClampLike()