Lines Matching defs:TX
1619 APInt TX = X * TC;
1622 LLVM_DEBUG(dbgs() << "\t TX = " << TX << "\n");
1628 TLVec.push_back(ceilingOfQuotient(-TX, TB));
1632 TUVec.push_back(floorOfQuotient(UM - TX, TB));
1636 TUVec.push_back(floorOfQuotient(-TX, TB));
1640 TLVec.push_back(ceilingOfQuotient(UM - TX, TB));
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;
2011 APInt TX = X * TC;
2014 LLVM_DEBUG(dbgs() << "\t TX = " << TX << "\n");
2020 TLVec.push_back(ceilingOfQuotient(-TX, TB));
2023 TUVec.push_back(floorOfQuotient(SrcUM - TX, TB));
2027 TUVec.push_back(floorOfQuotient(-TX, TB));
2030 TLVec.push_back(ceilingOfQuotient(SrcUM - TX, TB));