Home | History | Annotate | Download | only in IPO

Lines Matching defs:GEPIdx

1180     SmallVector<Value*, 8> GEPIdx;
1181 GEPIdx.push_back(GEPI->getOperand(1));
1182 GEPIdx.append(GEPI->op_begin()+3, GEPI->op_end());
1184 Value *NGEPI = GetElementPtrInst::Create(GEPI->getResultElementType(), NewPtr, GEPIdx,