Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1682 APInt LowerDistance, UpperDistance; in exactSIVtest() local
1685 UpperDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest()
1688 UpperDistance = (TY - TX) + (TA - TB) * TL; in exactSIVtest()
1692 LLVM_DEBUG(dbgs() << "\t UpperDistance = " << UpperDistance << "\n"); in exactSIVtest()
1695 if (LowerDistance.sle(Zero) && UpperDistance.sge(Zero)) { in exactSIVtest()
1703 if (UpperDistance.sgt(0)) { in exactSIVtest()