Home | History | Annotate | Download | only in optimizing

Lines Matching refs:pos_const

1852     int32_t pos_const = pos.GetConstant()->AsIntConstant()->GetValue();
1853 if (pos_const == 0) {
1862 DCHECK_GT(pos_const, 0);
1863 __ Addiu32(AT, AT, -pos_const);