Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp297 const SCEV *AddrExp = getSCEVAsPointer(Addr); in offsetFrom() local
299 if (!AddrExp || !BaseExp) in offsetFrom()
302 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); in offsetFrom()
389 const SCEV *AddrExp = getSCEVAsPointer(U.get()); in isSafeAccess() local
391 if (!AddrExp || !BaseExp) in isSafeAccess()
394 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); in isSafeAccess()