Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DSafeStack.cpp231 const SCEV *Expr = SE.removePointerBase(AddrExpr); in IsAccessSafe()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h755 const SCEV *removePointerBase(const SCEV *S);
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1580 return expandAddToGEP(SE.removePointerBase(S), PTy, Ty, StartV); in visitAddRecExpr()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp4612 const SCEV *ScalarEvolution::removePointerBase(const SCEV *P) { in removePointerBase() function in ScalarEvolution
4618 Ops[0] = removePointerBase(Ops[0]); in removePointerBase()
4633 *PtrOp = removePointerBase(*PtrOp); in removePointerBase()
4656 LHS = removePointerBase(LHS); in getMinusSCEV()
4657 RHS = removePointerBase(RHS); in getMinusSCEV()