Home | History | Annotate | Download | only in IPO

Lines Matching refs:GEPOps

2410       SmallVector<Constant*, 8> GEPOps;
2413 GEPOps.push_back(getVal(Values, *i));
2415 ConstantExpr::getInBoundsGetElementPtr(P, &GEPOps[0], GEPOps.size()) :
2416 ConstantExpr::getGetElementPtr(P, &GEPOps[0], GEPOps.size());