Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp445 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP() function in SCEVExpander
640 Value *SCEVExpander::expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, in expandAddToGEP() function in SCEVExpander
643 return expandAddToGEP(Ops, Ops + 1, PTy, Ty, V); in expandAddToGEP()
771 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, Sum); in visitAddExpr()
781 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op)); in visitAddExpr()
1107 IncV = expandAddToGEP(SE.getSCEV(StepV), GEPPtrTy, IntTy, PN); in expandIVInc()
1530 Result = expandAddToGEP(SE.getUnknown(Result), PTy, IntTy, Base); in expandAddRecExprLiterally()
1532 Result = expandAddToGEP(PostLoopOffset, PTy, IntTy, Result); in expandAddRecExprLiterally()
1605 return expandAddToGEP(ExposedRest, PTy, Ty, StartV); in visitAddRecExpr()
2546 Add = Builder.CreateBitCast(expandAddToGEP(MulS, ARPtrTy, Ty, StartValue), in generateOverflowCheck()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h433 Value *expandAddToGEP(const SCEV *const *op_begin, const SCEV *const *op_end,
435 Value *expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, Value *V);