Searched refs:lhsSafe (Results 1 – 1 of 1) sorted by relevance
578 int lhsSafe = lhs.iConst; in rshift() local579 if (lhsSafe == std::numeric_limits<int>::min()) in rshift()584 lhsSafe = -0x40000000; in rshift()590 if (lhsSafe < 0) in rshift()594 lhsSafe &= 0x7fffffff; in rshift()595 ASSERT(lhsSafe > 0); in rshift()597 returnValue.setIConst(lhsSafe >> shiftOffset); in rshift()608 returnValue.setIConst(lhsSafe); in rshift()