Searched refs:ThresholdHighExcl (Results 1 – 1 of 1) sorted by relevance
1389 auto *ThresholdHighExcl = ConstantExpr::getSub(C0, C1); in canonicalizeClampLike() local1395 std::swap(ThresholdLowIncl, ThresholdHighExcl); in canonicalizeClampLike()1404 ThresholdHighExcl); in canonicalizeClampLike()1422 Value *ShouldReplaceHigh = Builder.CreateICmpSGE(X, ThresholdHighExcl); in canonicalizeClampLike()