Searched refs:removePointerBase (Results 1 – 4 of 4) sorted by relevance
230 const SCEV *Expr = SE.removePointerBase(AddrExpr); in IsAccessSafe()
746 const SCEV *removePointerBase(const SCEV *S);
1553 return expandAddToGEP(SE.removePointerBase(S), PTy, Ty, StartV); in visitAddRecExpr()
4483 const SCEV *ScalarEvolution::removePointerBase(const SCEV *P) { in removePointerBase() function in ScalarEvolution4489 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()