Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp401 auto ToDiffTy = [&](const SCEV *V) { in isSafeAccess() local
404 const SCEV *Min = ToDiffTy(SE.getConstant(Size.getLower())); in isSafeAccess()
405 const SCEV *Max = SE.getMinusSCEV(ToDiffTy(SE.getConstant(Size.getUpper())), in isSafeAccess()
406 ToDiffTy(AccessSize)); in isSafeAccess()