Home | History | Annotate | Download | only in src

Lines Matching full:right_const

7732     HConstant* right_const = HConstant::cast(right);
7733 if (right_const->HasInteger32Value() &&
7734 (right_const->Integer32Value() & 0x1f) != 0) {