Searched refs:left_intish (Results 1 – 1 of 1) sorted by relevance
1132 int32_t left_intish = intish_; in VisitIntegerBitwiseOperator() local1137 if (left_intish > kMaxUncombinedAdditiveSteps) { in VisitIntegerBitwiseOperator()1259 int32_t left_intish = intish_; in VisitBinaryOperation() local1278 if (left_intish != 0) { in VisitBinaryOperation()1292 intish_ = left_intish + right_intish + 1; in VisitBinaryOperation()1339 if (left_intish != 0 || right_intish != 0) { in VisitBinaryOperation()