Lines Matching defs:TB
1626 APInt TB = BM.sdiv(G);
1627 if (TB.sgt(0)) {
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));
1665 LLVM_DEBUG(dbgs() << "\t TB = " << TB << "\n");
1683 if (TA.sgt(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;
2018 APInt TB = BM.sdiv(G);
2019 if (TB.sgt(0)) {
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));
2056 LLVM_DEBUG(dbgs() << "\t TB = " << TB << "\n");