Lines Matching defs:TX
1620 APInt TX = X * TC;
1623 LLVM_DEBUG(dbgs() << "\t TX = " << TX << "\n");
1629 TLVec.push_back(ceilingOfQuotient(-TX, TB));
1633 TUVec.push_back(floorOfQuotient(UM - TX, TB));
1637 TUVec.push_back(floorOfQuotient(-TX, TB));
1641 TLVec.push_back(ceilingOfQuotient(UM - TX, TB));
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;
2012 APInt TX = X * TC;
2015 LLVM_DEBUG(dbgs() << "\t TX = " << TX << "\n");
2021 TLVec.push_back(ceilingOfQuotient(-TX, TB));
2024 TUVec.push_back(floorOfQuotient(SrcUM - TX, TB));
2028 TUVec.push_back(floorOfQuotient(-TX, TB));
2031 TLVec.push_back(ceilingOfQuotient(SrcUM - TX, TB));