Home | History | Annotate | Download | only in IPO

Lines Matching refs:GEPIdx

1224     SmallVector<Value*, 8> GEPIdx;
1225 GEPIdx.push_back(GEPI->getOperand(1));
1226 GEPIdx.append(GEPI->op_begin()+3, GEPI->op_end());
1228 Value *NGEPI = GetElementPtrInst::Create(NewPtr, GEPIdx,