Searched refs:DstUM (Results 1 – 1 of 1) sorted by relevance
1860 APInt DstUM(Bits, 1, true); in exactRDIVtest() local1865 DstUM = UpperBound->getAPInt(); in exactRDIVtest()1866 DEBUG(dbgs() << "\t DstUM = " << DstUM << "\n"); in exactRDIVtest()1898 TU = minAPInt(TU, floorOfQuotient(DstUM - Y, TMUL)); in exactRDIVtest()1906 TL = maxAPInt(TL, ceilingOfQuotient(DstUM - Y, TMUL)); in exactRDIVtest()