Searched refs:ThresholdLowIncl (Results 1 – 1 of 1) sorted by relevance
1475 auto *ThresholdLowIncl = ConstantExpr::getNeg(C1); in canonicalizeClampLike() local1482 std::swap(ThresholdLowIncl, ThresholdHighExcl); in canonicalizeClampLike()1486 ThresholdLowIncl); in canonicalizeClampLike()1513 Value *ShouldReplaceLow = Builder.CreateICmpSLT(X, ThresholdLowIncl); in canonicalizeClampLike()