Lines Matching refs:expandAddToGEP
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()
2211 expandAddToGEP(NegMulS, ARPtrTy, Ty, StartValue), ARPtrTy); in generateOverflowCheck()