Home | History | Annotate | Download | only in src

Lines Matching full:right_const

8664     HConstant* right_const = HConstant::cast(right);
8665 if (right_const->HasInteger32Value() &&
8666 (right_const->Integer32Value() & 0x1f) != 0) {