Searched refs:GEPOps (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DPHITransAddr.cpp218 SmallVector<Value*, 8> GEPOps; local
225 GEPOps.push_back(GEPOp);
232 if (Value *V = SimplifyGEPInst(GEPOps, TD, TLI, DT)) {
233 for (unsigned i = 0, e = GEPOps.size(); i != e; ++i)
234 RemoveInstInputs(GEPOps[i], InstInputs);
240 Value *APHIOp = GEPOps[0];
245 GEPI->getNumOperands() == GEPOps.size() &&
249 for (unsigned i = 0, e = GEPOps.size(); i != e; ++i)
250 if (GEPI->getOperand(i) != GEPOps[i]) {
401 SmallVector<Value*, 8> GEPOps; local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2496 SmallVector<Constant*, 8> GEPOps; local
2499 GEPOps.push_back(getVal(*i));
2501 ConstantExpr::getGetElementPtr(P, GEPOps,

Completed in 113 milliseconds