Searched refs:ToDiffTy (Results 1 – 1 of 1) sorted by relevance
379 auto ToDiffTy = [&](const SCEV *V) { in isSafeAccess() local382 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()