Searched refs:expandAddToGEP (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpander.h | 335 Value *expandAddToGEP(const SCEV *const *op_begin, 338 Value *expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, Value *V);
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionExpander.cpp | 398 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP() function in SCEVExpander 592 Value *SCEVExpander::expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, in expandAddToGEP() function in SCEVExpander 595 return expandAddToGEP(Ops, Ops + 1, PTy, Ty, V); in expandAddToGEP() 723 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, Sum); in visitAddExpr() 733 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op)); in visitAddExpr() 1045 IncV = expandAddToGEP(SE.getSCEV(StepV), GEPPtrTy, IntTy, PN); in expandIVInc() 1451 Result = expandAddToGEP(SE.getUnknown(Result), PTy, IntTy, Base); in expandAddRecExprLiterally() 1453 Result = expandAddToGEP(PostLoopOffset, PTy, IntTy, Result); in expandAddRecExprLiterally() 1516 return expandAddToGEP(ExposedRest, PTy, Ty, StartV); in visitAddRecExpr() 2208 Add = Builder.CreateBitCast(expandAddToGEP(MulS, ARPtrTy, Ty, StartValue), in generateOverflowCheck() [all …]
|