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
  967 			q = ((int64_t) lhssmall - ((int64_t) rhssmall - 1)) /
  970 			q = ((int64_t) lhssmall - ((int64_t) rhssmall + 1)) /
  973 			q = lhssmall / rhssmall;
  974 		isl_sioimath_set_small(dst, q);