Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1540 SmallVector<APInt, 2> TLVec, TUVec; in exactSIVtest() local
1543 TLVec.push_back(ceilingOfQuotient(-TX, TB)); in exactSIVtest()
1544 LLVM_DEBUG(dbgs() << "\t Possible TL = " << TLVec.back() << "\n"); in exactSIVtest()
1555 TLVec.push_back(ceilingOfQuotient(UM - TX, TB)); in exactSIVtest()
1556 LLVM_DEBUG(dbgs() << "\t Possible TL = " << TLVec.back() << "\n"); in exactSIVtest()
1567 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactSIVtest()
1568 LLVM_DEBUG(dbgs() << "\t Possible TL = " << TLVec.back() << "\n"); in exactSIVtest()
1571 TLVec.push_back(ceilingOfQuotient(UM - TY, TA)); in exactSIVtest()
1572 LLVM_DEBUG(dbgs() << "\t Possible TL = " << TLVec.back() << "\n"); in exactSIVtest()
1582 if (TLVec.empty() || TUVec.empty()) in exactSIVtest()
[all …]