Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h453 Value *expandAddToGEP(const SCEV *Op, Value *V);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp350 Value *SCEVExpander::expandAddToGEP(const SCEV *Offset, Value *V) { in expandAddToGEP() function in SCEVExpander
543 Sum = expandAddToGEP(SE.getAddExpr(NewOps), Sum); in visitAddExpr()
1245 return expandAddToGEP(SE.removePointerBase(S), StartV); in visitAddRecExpr()