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

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

Completed in 106 milliseconds