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
  939 	if (isl_sioimath_decode_small(lhs, &lhssmall) && (rhs <= INT32_MAX)) {
  941 			q = ((int64_t) lhssmall + ((int64_t) rhs - 1)) /
  942 			    (int64_t) rhs;
  944 			q = lhssmall / (int32_t) rhs;
  951 	    isl_sioimath_uiarg_src(rhs, &rhsscratch));