Home | History | Annotate | Download | only in optimizing

Lines Matching refs:dest_pos_constant

1161       int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1164 DCHECK_GE(src_pos_constant, dest_pos_constant);
1165 } else if (src_pos_constant < dest_pos_constant) {
1183 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
1184 __ cmpl(src_pos.AsRegister<CpuRegister>(), Immediate(dest_pos_constant));