Searched refs:right_intish (Results 1 – 1 of 1) sorted by relevance
1055 int right_intish = intish_; in VisitIntegerBitwiseOperator() local1060 if (right_intish > kMaxUncombinedAdditiveSteps) { in VisitIntegerBitwiseOperator()1145 int right_intish = intish_; in VisitBinaryOperation() local1168 intish_ = left_intish + right_intish + 1; in VisitBinaryOperation()1187 if (left_intish != 0 || right_intish != 0) { in VisitBinaryOperation()