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