Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1446 auto *ThresholdLowIncl = ConstantExpr::getNeg(C1); in canonicalizeClampLike() local
1453 std::swap(ThresholdLowIncl, ThresholdHighExcl); in canonicalizeClampLike()
1457 ThresholdLowIncl); in canonicalizeClampLike()
1479 Value *ShouldReplaceLow = Builder.CreateICmpSLT(X, ThresholdLowIncl); in canonicalizeClampLike()