Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1534 static APInt ceilingOfQuotient(const APInt &A, const APInt &B) { in ceilingOfQuotient() function
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()
1656 TLVec.push_back(ceilingOfQuotient(UM - TY, TA)); in exactSIVtest()
2020 TLVec.push_back(ceilingOfQuotient(-TX, TB)); in exactRDIVtest()
2030 TLVec.push_back(ceilingOfQuotient(SrcUM - TX, TB)); in exactRDIVtest()
2037 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactRDIVtest()
2047 TLVec.push_back(ceilingOfQuotient(DstUM - TY, TA)); in exactRDIVtest()