Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h436 Value *expandAddToGEP(const SCEV *const *op_begin, const SCEV *const *op_end,
438 Value *expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, Value *V);
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/AArch64/
H A Dvscale-factor-out-constant.ll9 ; FIXME: Handle VectorType in SCEVExpander::expandAddToGEP.
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A Duglygep-address-space.ll9 ; This tests expandAddToGEP uses the right smaller integer type for
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp452 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP() function in SCEVExpander
653 Value *SCEVExpander::expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, in expandAddToGEP() function in SCEVExpander
656 return expandAddToGEP(Ops, Ops + 1, PTy, Ty, V); in expandAddToGEP()
787 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, Sum); in visitAddExpr()
1090 IncV = expandAddToGEP(SE.getSCEV(StepV), GEPPtrTy, IntTy, PN); in expandIVInc()
1494 Result = expandAddToGEP(SE.getUnknown(Result), PTy, IntTy, Base); in expandAddRecExprLiterally()
1496 Result = expandAddToGEP(PostLoopOffset, PTy, IntTy, Result); in expandAddRecExprLiterally()
1553 return expandAddToGEP(SE.removePointerBase(S), PTy, Ty, StartV); in visitAddRecExpr()