Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1521 static APInt floorOfQuotient(const APInt &A, const APInt &B) { in floorOfQuotient() function
1632 TUVec.push_back(floorOfQuotient(UM - TX, TB)); in exactSIVtest()
1636 TUVec.push_back(floorOfQuotient(-TX, TB)); in exactSIVtest()
1648 TUVec.push_back(floorOfQuotient(UM - TY, TA)); in exactSIVtest()
1660 TUVec.push_back(floorOfQuotient(-TY, TA)); in exactSIVtest()
2023 TUVec.push_back(floorOfQuotient(SrcUM - TX, TB)); in exactRDIVtest()
2027 TUVec.push_back(floorOfQuotient(-TX, TB)); in exactRDIVtest()
2040 TUVec.push_back(floorOfQuotient(DstUM - TY, TA)); in exactRDIVtest()
2044 TUVec.push_back(floorOfQuotient(-TY, TA)); in exactRDIVtest()