Home
last modified time | relevance | path

Searched refs:TLVec (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
1628 TLVec.push_back(ceilingOfQuotient(-TX, TB)); in exactSIVtest()
1629 LLVM_DEBUG(dbgs() << "\t Possible TL = " << TLVec.back() << "\n"); in exactSIVtest()
1640 TLVec.push_back(ceilingOfQuotient(UM - TX, TB)); in exactSIVtest()
1641 LLVM_DEBUG(dbgs() << "\t Possible TL = " << TLVec.back() << "\n"); in exactSIVtest()
1652 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactSIVtest()
1653 LLVM_DEBUG(dbgs() << "\t Possible TL = " << TLVec.back() << "\n"); in exactSIVtest()
1656 TLVec.push_back(ceilingOfQuotient(UM - TY, TA)); in exactSIVtest()
1657 LLVM_DEBUG(dbgs() << "\t Possible TL = " << TLVec.back() << "\n"); in exactSIVtest()
1667 if (TLVec.empty() || TUVec.empty()) in exactSIVtest()
[all …]