Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1701 APInt LowerDistance, UpperDistance; in exactSIVtest() local
1703 LowerDistance = (TY - TX) + (TA - TB) * TL; in exactSIVtest()
1706 LowerDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest()
1710 LLVM_DEBUG(dbgs() << "\t LowerDistance = " << LowerDistance << "\n"); in exactSIVtest()
1714 if (LowerDistance.sle(Zero) && UpperDistance.sge(Zero)) { in exactSIVtest()
1718 if (LowerDistance.slt(0)) { in exactSIVtest()