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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp215 SmallVector<Value*, 8> GEPOps; local
222 GEPOps.push_back(GEPOp);
230 GEPOps, {DL, TLI, DT, AC})) {
231 for (unsigned i = 0, e = GEPOps.size(); i != e; ++i)
232 RemoveInstInputs(GEPOps[i], InstInputs);
238 Value *APHIOp = GEPOps[0];
242 GEPI->getNumOperands() == GEPOps.size() &&
245 if (std::equal(GEPOps.begin(), GEPOps.end(), GEPI->op_begin()))
397 SmallVector<Value*, 8> GEPOps; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp435 SmallVector<Constant*, 8> GEPOps; local
438 GEPOps.push_back(getVal(*i));
440 ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps,

Completed in 110 milliseconds