Home | History | Annotate | Download | only in IR

Lines Matching refs:new_idx

214       unsigned new_idx = idx + Right;
215 assert(index_is_valid(new_idx) && "Iterator index out of bound");
216 idx = new_idx;