Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:right_const

11101     HConstant* right_const = HConstant::cast(right);
11102 if (right_const->HasInteger32Value() &&
11103 (right_const->Integer32Value() & 0x1f) != 0) {