Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp230 const SCEV *Expr = SE.removePointerBase(AddrExpr); in IsAccessSafe()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h763 const SCEV *removePointerBase(const SCEV *S);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1188 return expandAddToGEP(SE.removePointerBase(S), StartV); in visitAddRecExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4642 const SCEV *ScalarEvolution::removePointerBase(const SCEV *P) { in removePointerBase() function in ScalarEvolution
4648 Ops[0] = removePointerBase(Ops[0]); in removePointerBase()
4663 *PtrOp = removePointerBase(*PtrOp); in removePointerBase()
4686 LHS = removePointerBase(LHS); in getMinusSCEV()
4687 RHS = removePointerBase(RHS); in getMinusSCEV()