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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h210 /// expandAddToGEP - Expand a SCEVAddExpr with a pointer type into a GEP
212 Value *expandAddToGEP(const SCEV *const *op_begin,
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp368 /// expandAddToGEP - Expand an addition expression with a pointer type into
395 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, function in class:SCEVExpander
749 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, Sum);
759 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op));
1011 IncV = expandAddToGEP(StepArray, StepArray+1, GEPPtrTy, IntTy, PN);
1258 Result = expandAddToGEP(OffsetArray, OffsetArray+1, PTy, IntTy, Result);
1313 // comments on expandAddToGEP for details.
1326 return expandAddToGEP(RestArray, RestArray+1, PTy, Ty, StartV);

Completed in 70 milliseconds