reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_int_sioimath.h
  913 			q = ((int64_t) lhssmall + (int64_t) rhssmall - 1) /
  916 			q = ((int64_t) lhssmall + (int64_t) rhssmall + 1) /
  919 			q = lhssmall / rhssmall;
  920 		isl_sioimath_set_small(dst, q);