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

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1308 APInt floorOfQuotient(APInt A, APInt B) { function
1425 TU = minAPInt(TU, floorOfQuotient(UM - X, TMUL));
1430 TU = minAPInt(TU, floorOfQuotient(-X, TMUL));
1444 TU = minAPInt(TU, floorOfQuotient(UM - Y, TMUL));
1449 TU = minAPInt(TU, floorOfQuotient(-Y, TMUL));
1475 TU = minAPInt(TU, floorOfQuotient(X - Y + 1, TMUL));
1492 TU = minAPInt(TU, floorOfQuotient(X - Y, TMUL));
1501 TU = minAPInt(TU, floorOfQuotient(Y - X, TMUL));
1518 TU = minAPInt(TU, floorOfQuotient(Y - X + 1, TMUL));
1838 TU = minAPInt(TU, floorOfQuotient(SrcU
[all...]

Completed in 68 milliseconds