Searched refs:maxMinusRight (Results 1 – 1 of 1) sorted by relevance
751 SVal maxMinusRight; in checkAdditionOverflow() local753 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, right, in checkAdditionOverflow()758 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, left, in checkAdditionOverflow()763 if (std::optional<NonLoc> maxMinusRightNL = maxMinusRight.getAs<NonLoc>()) { in checkAdditionOverflow()