Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1449 static APInt ceilingOfQuotient(const APInt &A, const APInt &B) { in ceilingOfQuotient() function
1543 TLVec.push_back(ceilingOfQuotient(-TX, TB)); in exactSIVtest()
1555 TLVec.push_back(ceilingOfQuotient(UM - TX, TB)); in exactSIVtest()
1567 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactSIVtest()
1571 TLVec.push_back(ceilingOfQuotient(UM - TY, TA)); in exactSIVtest()
1935 TLVec.push_back(ceilingOfQuotient(-TX, TB)); in exactRDIVtest()
1945 TLVec.push_back(ceilingOfQuotient(SrcUM - TX, TB)); in exactRDIVtest()
1952 TLVec.push_back(ceilingOfQuotient(-TY, TA)); in exactRDIVtest()
1962 TLVec.push_back(ceilingOfQuotient(DstUM - TY, TA)); in exactRDIVtest()