Home | History | Annotate | Download | only in IPO

Lines Matching refs:GEPIdx

1244     SmallVector<Value*, 8> GEPIdx;
1245 GEPIdx.push_back(GEPI->getOperand(1));
1246 GEPIdx.append(GEPI->op_begin()+3, GEPI->op_end());
1249 GEPIdx.begin(), GEPIdx.end(),