Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp252 const SCEV *getSCEVAsPointer(Value *Val);
279 const SCEV *StackSafetyLocalAnalysis::getSCEVAsPointer(Value *Val) { in getSCEVAsPointer() function in __anonc3460ea90211::StackSafetyLocalAnalysis
297 const SCEV *AddrExp = getSCEVAsPointer(Addr); in offsetFrom()
298 const SCEV *BaseExp = getSCEVAsPointer(Base); in offsetFrom()
389 const SCEV *AddrExp = getSCEVAsPointer(U.get()); in isSafeAccess()
390 const SCEV *BaseExp = getSCEVAsPointer(AI); in isSafeAccess()