Lines Matching defs:GEPOps
202 SmallVector<Value*, 8> GEPOps;
209 GEPOps.push_back(GEPOp);
216 if (Value *V = simplifyGEPInst(GEP->getSourceElementType(), GEPOps[0],
217 ArrayRef<Value *>(GEPOps).slice(1),
219 for (Value *Op : GEPOps)
226 Value *APHIOp = GEPOps[0];
231 GEPI->getNumOperands() == GEPOps.size() &&
234 if (std::equal(GEPOps.begin(), GEPOps.end(), GEPI->op_begin()))
381 SmallVector<Value*, 8> GEPOps;
386 GEPOps.push_back(OpVal);
390 GEP->getSourceElementType(), GEPOps[0], ArrayRef(GEPOps).slice(1),