Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:idx_end

1169       Indices.append(GEP.idx_begin()+1, GEP.idx_end());
1208 SmallVector<Value*, 8> Idx(GEP.idx_begin()+1, GEP.idx_end());
1675 exte = EV.idx_end(), inse = IV->idx_end();
1781 for (ExtractValueInst::idx_iterator I = EV.idx_begin(), E = EV.idx_end();