Lines Matching refs:TY
1535 APInt TY = Y * TC; in exactSIVtest() local
1538 LLVM_DEBUG(dbgs() << "\t TY = " << TY << "\n"); in exactSIVtest()
1563 TUVec.push_back(floorOfQuotient(UM - TY, TA)); in exactSIVtest()
1567 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactSIVtest()
1571 TLVec.push_back(ceilingOfQuotient(UM - TY, TA)); in exactSIVtest()
1575 TUVec.push_back(floorOfQuotient(-TY, TA)); in exactSIVtest()
1599 LowerDistance = (TY - TX) + (TA - TB) * TL; in exactSIVtest()
1600 UpperDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest()
1602 LowerDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest()
1603 UpperDistance = (TY - TX) + (TA - TB) * TL; in exactSIVtest()
1927 APInt TY = Y * TC; in exactRDIVtest() local
1930 LLVM_DEBUG(dbgs() << "\t TY = " << TY << "\n"); in exactRDIVtest()
1952 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactRDIVtest()
1955 TUVec.push_back(floorOfQuotient(DstUM - TY, TA)); in exactRDIVtest()
1959 TUVec.push_back(floorOfQuotient(-TY, TA)); in exactRDIVtest()
1962 TLVec.push_back(ceilingOfQuotient(DstUM - TY, TA)); in exactRDIVtest()