Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp379 auto ToDiffTy = [&](const SCEV *V) { in isSafeAccess() local
382 const SCEV *Min = ToDiffTy(SE.getConstant(Size.getLower())); in isSafeAccess()
383 const SCEV *Max = SE.getMinusSCEV(ToDiffTy(SE.getConstant(Size.getUpper())), in isSafeAccess()
384 ToDiffTy(AccessSize)); in isSafeAccess()