Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSafeStack.cpp230 const SCEV *Expr = SE.removePointerBase(AddrExpr); in IsAccessSafe()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h746 const SCEV *removePointerBase(const SCEV *S);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1553 return expandAddToGEP(SE.removePointerBase(S), PTy, Ty, StartV); in visitAddRecExpr()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp4483 const SCEV *ScalarEvolution::removePointerBase(const SCEV *P) { in removePointerBase() function in ScalarEvolution
4489 Ops[0] = removePointerBase(Ops[0]); in removePointerBase()
4504 *PtrOp = removePointerBase(*PtrOp); in removePointerBase()
4527 LHS = removePointerBase(LHS); in getMinusSCEV()
4528 RHS = removePointerBase(RHS); in getMinusSCEV()