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.cpp1644 SmallVector<APInt, 2> TLVec, TUVec; in exactSIVtest() local
1647 TLVec.push_back(ceilingOfQuotient(-TX, TB)); in exactSIVtest()
1648 LLVM_DEBUG(dbgs() << "\t Possible TL = " << TLVec.back() << "\n"); in exactSIVtest()
1659 TLVec.push_back(ceilingOfQuotient(UM - TX, TB)); in exactSIVtest()
1660 LLVM_DEBUG(dbgs() << "\t Possible TL = " << TLVec.back() << "\n"); in exactSIVtest()
1671 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactSIVtest()
1672 LLVM_DEBUG(dbgs() << "\t Possible TL = " << TLVec.back() << "\n"); in exactSIVtest()
1675 TLVec.push_back(ceilingOfQuotient(UM - TY, TA)); in exactSIVtest()
1676 LLVM_DEBUG(dbgs() << "\t Possible TL = " << TLVec.back() << "\n"); in exactSIVtest()
1686 if (TLVec.empty() || TUVec.empty()) in exactSIVtest()
[all …]