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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1313 APInt floorOfQuotient(APInt A, APInt B) { function
1430 TU = minAPInt(TU, floorOfQuotient(UM - X, TMUL));
1435 TU = minAPInt(TU, floorOfQuotient(-X, TMUL));
1449 TU = minAPInt(TU, floorOfQuotient(UM - Y, TMUL));
1454 TU = minAPInt(TU, floorOfQuotient(-Y, TMUL));
1480 TU = minAPInt(TU, floorOfQuotient(X - Y + 1, TMUL));
1497 TU = minAPInt(TU, floorOfQuotient(X - Y, TMUL));
1506 TU = minAPInt(TU, floorOfQuotient(Y - X, TMUL));
1523 TU = minAPInt(TU, floorOfQuotient(Y - X + 1, TMUL));
1843 TU = minAPInt(TU, floorOfQuotient(SrcU
[all...]

Completed in 209 milliseconds