Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1682 APInt LowerDistance, UpperDistance; in exactSIVtest() local
1684 LowerDistance = (TY - TX) + (TA - TB) * TL; in exactSIVtest()
1687 LowerDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest()
1691 LLVM_DEBUG(dbgs() << "\t LowerDistance = " << LowerDistance << "\n"); in exactSIVtest()
1695 if (LowerDistance.sle(Zero) && UpperDistance.sge(Zero)) { in exactSIVtest()
1699 if (LowerDistance.slt(0)) { in exactSIVtest()