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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h208 /// expandAddToGEP - Expand a SCEVAddExpr with a pointer type into a GEP
210 Value *expandAddToGEP(const SCEV *const *op_begin,
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp369 /// expandAddToGEP - Expand an addition expression with a pointer type into
396 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, function in class:SCEVExpander
750 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, Sum);
760 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op));
1013 IncV = expandAddToGEP(StepArray, StepArray+1, GEPPtrTy, IntTy, PN);
1258 Result = expandAddToGEP(OffsetArray, OffsetArray+1, PTy, IntTy, Result);
1314 // comments on expandAddToGEP for details.
1327 return expandAddToGEP(RestArray, RestArray+1, PTy, Ty, StartV);

Completed in 53 milliseconds