Searched refs:TUVec (Results 1 – 1 of 1) sorted by relevance
1625 SmallVector<APInt, 2> TLVec, TUVec; in exactSIVtest() local1632 TUVec.push_back(floorOfQuotient(UM - TX, TB)); in exactSIVtest()1633 LLVM_DEBUG(dbgs() << "\t Possible TU = " << TUVec.back() << "\n"); in exactSIVtest()1636 TUVec.push_back(floorOfQuotient(-TX, TB)); in exactSIVtest()1637 LLVM_DEBUG(dbgs() << "\t Possible TU = " << TUVec.back() << "\n"); in exactSIVtest()1648 TUVec.push_back(floorOfQuotient(UM - TY, TA)); in exactSIVtest()1649 LLVM_DEBUG(dbgs() << "\t Possible TU = " << TUVec.back() << "\n"); in exactSIVtest()1660 TUVec.push_back(floorOfQuotient(-TY, TA)); in exactSIVtest()1661 LLVM_DEBUG(dbgs() << "\t Possible TU = " << TUVec.back() << "\n"); in exactSIVtest()1667 if (TLVec.empty() || TUVec.empty()) in exactSIVtest()[all …]