Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp365 auto ToCharPtr = [&](const SCEV *V) { in isSafeAccess() local
370 const SCEV *AddrExp = ToCharPtr(SE.getSCEV(U.get())); in isSafeAccess()
371 const SCEV *BaseExp = ToCharPtr(SE.getSCEV(AI)); in isSafeAccess()