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