Searched refs:UpperDistance (Results 1 – 1 of 1) sorted by relevance
1701 APInt LowerDistance, UpperDistance; in exactSIVtest() local1704 UpperDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest()1707 UpperDistance = (TY - TX) + (TA - TB) * TL; in exactSIVtest()1711 LLVM_DEBUG(dbgs() << "\t UpperDistance = " << UpperDistance << "\n"); in exactSIVtest()1714 if (LowerDistance.sle(Zero) && UpperDistance.sge(Zero)) { in exactSIVtest()1722 if (UpperDistance.sgt(0)) { in exactSIVtest()