Lines Matching refs:idx_end
1551 Indices.append(GEP.idx_begin()+1, GEP.idx_end());
1638 SmallVector<Value*, 8> Idx(GEP.idx_begin()+1, GEP.idx_end());
1676 SmallVector<Value*, 8> Idx(GEP.idx_begin(), GEP.idx_end());
2216 exte = EV.idx_end(), inse = IV->idx_end();
2323 for (ExtractValueInst::idx_iterator I = EV.idx_begin(), E = EV.idx_end();