Home
last modified time | relevance | path

Searched refs:TUVec (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1625 SmallVector<APInt, 2> TLVec, TUVec; in exactSIVtest() local
1632 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 …]