Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1597 APInt LowerDistance, UpperDistance; in exactSIVtest() local
1599 LowerDistance = (TY - TX) + (TA - TB) * TL; in exactSIVtest()
1602 LowerDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest()
1606 LLVM_DEBUG(dbgs() << "\t LowerDistance = " << LowerDistance << "\n"); in exactSIVtest()
1610 if (LowerDistance.sle(Zero) && UpperDistance.sge(Zero)) { in exactSIVtest()
1614 if (LowerDistance.slt(0)) { in exactSIVtest()