Home | History | Annotate | Download | only in optimizing

Lines Matching refs:dest_pos_constant

1405       int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1408 DCHECK_GE(src_pos_constant, dest_pos_constant);
1409 } else if (src_pos_constant < dest_pos_constant) {
1431 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1432 __ cmp(src_pos.AsRegister<Register>(), ShifterOperand(dest_pos_constant));