Searched refs:right_intish (Results 1 – 1 of 1) sorted by relevance
1144 int32_t right_intish = intish_; in VisitIntegerBitwiseOperator() local1149 if (right_intish > kMaxUncombinedAdditiveSteps) { in VisitIntegerBitwiseOperator()1264 int32_t right_intish = intish_; in VisitBinaryOperation() local1273 if (right_intish != 0) { in VisitBinaryOperation()1292 intish_ = left_intish + right_intish + 1; in VisitBinaryOperation()1339 if (left_intish != 0 || right_intish != 0) { in VisitBinaryOperation()