Home
last modified time | relevance | path

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

/freebsd-14.2/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()
1640 TLVec.push_back(ceilingOfQuotient(UM - TX, TB)); in exactSIVtest()
1652 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactSIVtest()
1667 if (TLVec.empty() || TUVec.empty()) in exactSIVtest()
1669 TL = APIntOps::smax(TLVec.front(), TLVec.back()); in exactSIVtest()
2017 SmallVector<APInt, 2> TLVec, TUVec; in exactRDIVtest() local
2020 TLVec.push_back(ceilingOfQuotient(-TX, TB)); in exactRDIVtest()
2037 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactRDIVtest()
2052 if (TLVec.empty() || TUVec.empty()) in exactRDIVtest()
[all …]