Lines Matching defs:TY
1621 APInt TY = Y * TC;
1624 LLVM_DEBUG(dbgs() << "\t TY = " << TY << "\n");
1649 TUVec.push_back(floorOfQuotient(UM - TY, TA));
1653 TLVec.push_back(ceilingOfQuotient(-TY, TA));
1657 TLVec.push_back(ceilingOfQuotient(UM - TY, TA));
1661 TUVec.push_back(floorOfQuotient(-TY, TA));
1685 LowerDistance = (TY - TX) + (TA - TB) * TL;
1686 UpperDistance = (TY - TX) + (TA - TB) * TU;
1688 LowerDistance = (TY - TX) + (TA - TB) * TU;
1689 UpperDistance = (TY - TX) + (TA - TB) * TL;
2013 APInt TY = Y * TC;
2016 LLVM_DEBUG(dbgs() << "\t TY = " << TY << "\n");
2038 TLVec.push_back(ceilingOfQuotient(-TY, TA));
2041 TUVec.push_back(floorOfQuotient(DstUM - TY, TA));
2045 TUVec.push_back(floorOfQuotient(-TY, TA));
2048 TLVec.push_back(ceilingOfQuotient(DstUM - TY, TA));