Lines Matching refs:TY
1620 APInt TY = Y * TC; in exactSIVtest() local
1623 LLVM_DEBUG(dbgs() << "\t TY = " << TY << "\n"); in exactSIVtest()
1648 TUVec.push_back(floorOfQuotient(UM - TY, TA)); in exactSIVtest()
1652 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactSIVtest()
1656 TLVec.push_back(ceilingOfQuotient(UM - TY, TA)); in exactSIVtest()
1660 TUVec.push_back(floorOfQuotient(-TY, TA)); in exactSIVtest()
1684 LowerDistance = (TY - TX) + (TA - TB) * TL; in exactSIVtest()
1685 UpperDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest()
1687 LowerDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest()
1688 UpperDistance = (TY - TX) + (TA - TB) * TL; in exactSIVtest()
2012 APInt TY = Y * TC; in exactRDIVtest() local
2015 LLVM_DEBUG(dbgs() << "\t TY = " << TY << "\n"); in exactRDIVtest()
2037 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactRDIVtest()
2040 TUVec.push_back(floorOfQuotient(DstUM - TY, TA)); in exactRDIVtest()
2044 TUVec.push_back(floorOfQuotient(-TY, TA)); in exactRDIVtest()
2047 TLVec.push_back(ceilingOfQuotient(DstUM - TY, TA)); in exactRDIVtest()