Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1619 APInt LowerDistance, UpperDistance; in exactSIVtest() local
1621 LowerDistance = (TY - TX) + (TA - TB) * TL; in exactSIVtest()
1624 LowerDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest()
1628 LLVM_DEBUG(dbgs() << "\t LowerDistance = " << LowerDistance << "\n"); in exactSIVtest()
1632 if (LowerDistance.sle(Zero) && UpperDistance.sge(Zero)) { in exactSIVtest()
1636 if (LowerDistance.slt(0)) { in exactSIVtest()