Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1562 SmallVector<APInt, 2> TLVec, TUVec; in exactSIVtest() local
1565 TLVec.push_back(ceilingOfQuotient(-TX, TB)); in exactSIVtest()
1577 TLVec.push_back(ceilingOfQuotient(UM - TX, TB)); in exactSIVtest()
1589 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactSIVtest()
1604 if (TLVec.empty() || TUVec.empty()) in exactSIVtest()
1606 TL = APIntOps::smax(TLVec.front(), TLVec.back()); in exactSIVtest()
1954 SmallVector<APInt, 2> TLVec, TUVec; in exactRDIVtest() local
1957 TLVec.push_back(ceilingOfQuotient(-TX, TB)); in exactRDIVtest()
1974 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactRDIVtest()
1989 if (TLVec.empty() || TUVec.empty()) in exactRDIVtest()
[all …]