Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp276 const SCEV *AddrExp = SE.getTruncateOrZeroExtend(SE.getSCEV(Addr), PtrTy); in offsetFrom() local
278 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); in offsetFrom()
370 const SCEV *AddrExp = ToCharPtr(SE.getSCEV(U.get())); in isSafeAccess() local
372 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); in isSafeAccess()