Searched refs:removePointerBase (Results 1 – 4 of 4) sorted by relevance
229 const SCEV *Expr = SE.removePointerBase(AddrExpr); in IsAccessSafe()
771 LLVM_ABI const SCEV *removePointerBase(const SCEV *S);
1269 return expandAddToGEP(SE.removePointerBase(S), StartV, in visitAddRecExpr()
4613 const SCEV *ScalarEvolution::removePointerBase(const SCEV *P) { in removePointerBase() function in ScalarEvolution4619 Ops[0] = removePointerBase(Ops[0]); in removePointerBase()4634 *PtrOp = removePointerBase(*PtrOp); in removePointerBase()4657 LHS = removePointerBase(LHS); in getMinusSCEV()4658 RHS = removePointerBase(RHS); in getMinusSCEV()