Home | History | Annotate | Download | only in optimizing

Lines Matching refs:dest_pos_constant

2025       int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue();
2028 DCHECK_GE(src_pos_constant, dest_pos_constant);
2029 } else if (src_pos_constant < dest_pos_constant) {