Searched refs:AddrExp (Results 1 – 1 of 1) sorted by relevance
297 const SCEV *AddrExp = getSCEVAsPointer(Addr); in offsetFrom() local299 if (!AddrExp || !BaseExp) in offsetFrom()302 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); in offsetFrom()389 const SCEV *AddrExp = getSCEVAsPointer(U.get()); in isSafeAccess() local391 if (!AddrExp || !BaseExp) in isSafeAccess()394 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); in isSafeAccess()