Lines Matching refs:TY
1557 APInt TY = Y * TC; in exactSIVtest() local
1560 LLVM_DEBUG(dbgs() << "\t TY = " << TY << "\n"); in exactSIVtest()
1585 TUVec.push_back(floorOfQuotient(UM - TY, TA)); in exactSIVtest()
1589 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactSIVtest()
1593 TLVec.push_back(ceilingOfQuotient(UM - TY, TA)); in exactSIVtest()
1597 TUVec.push_back(floorOfQuotient(-TY, TA)); in exactSIVtest()
1621 LowerDistance = (TY - TX) + (TA - TB) * TL; in exactSIVtest()
1622 UpperDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest()
1624 LowerDistance = (TY - TX) + (TA - TB) * TU; in exactSIVtest()
1625 UpperDistance = (TY - TX) + (TA - TB) * TL; in exactSIVtest()
1949 APInt TY = Y * TC; in exactRDIVtest() local
1952 LLVM_DEBUG(dbgs() << "\t TY = " << TY << "\n"); in exactRDIVtest()
1974 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactRDIVtest()
1977 TUVec.push_back(floorOfQuotient(DstUM - TY, TA)); in exactRDIVtest()
1981 TUVec.push_back(floorOfQuotient(-TY, TA)); in exactRDIVtest()
1984 TLVec.push_back(ceilingOfQuotient(DstUM - TY, TA)); in exactRDIVtest()