Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/LoopStrengthReduce/
Daddress-space-loop.ll9 ; This tests expandAddToGEP uses the right smaller integer type for
Duglygep-address-space.ll9 ; This tests expandAddToGEP uses the right smaller integer type for
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h186 Value *expandAddToGEP(const SCEV *const *op_begin,
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp370 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP() function in SCEVExpander
736 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, Sum); in visitAddExpr()
746 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op)); in visitAddExpr()
1042 IncV = expandAddToGEP(StepArray, StepArray+1, GEPPtrTy, IntTy, PN); in getAddRecExprPHILiterally()
1145 Result = expandAddToGEP(OffsetArray, OffsetArray+1, PTy, IntTy, Result); in expandAddRecExprLiterally()
1214 return expandAddToGEP(RestArray, RestArray+1, PTy, Ty, StartV); in visitAddRecExpr()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp385 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP() function in SCEVExpander
705 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, Sum); in visitAddExpr()
715 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op)); in visitAddExpr()
990 IncV = expandAddToGEP(StepArray, StepArray+1, GEPPtrTy, IntTy, PN); in expandIVInc()
1386 Result = expandAddToGEP(OffsetArray, OffsetArray+1, PTy, IntTy, Result); in expandAddRecExprLiterally()
1448 return expandAddToGEP(RestArray, RestArray+1, PTy, Ty, StartV); in visitAddRecExpr()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h307 Value *expandAddToGEP(const SCEV *const *op_begin,