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
  993 	if (isl_sioimath_decode_small(lhs, &lhssmall) && (rhs <= INT32_MAX)) {
  995 			q = (uint32_t) lhssmall / rhs;
  997 			q = ((int64_t) lhssmall - ((int64_t) rhs - 1)) /
  998 			    (int64_t) rhs;
 1005 	    isl_sioimath_uiarg_src(rhs, &rhsscratch));