Searched refs:JSShiftAmountFromHConstant (Results 1 – 2 of 2) sorted by relevance
2146 if ((JSShiftAmountFromHConstant(shift->right()) == 0) && shift->IsShr()) { in CanTransformToShiftedOp()2183 DCHECK(!hshift->IsShr() || (JSShiftAmountFromHConstant(hshift->right()) > 0)); in DoShiftedBinaryOp()2234 (JSShiftAmountFromHConstant(instr->right()) == 0); in DoShift()
3208 int JSShiftAmountFromHConstant(HValue* constant) { in JSShiftAmountFromHConstant() function