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)) {
  994 		if (lhssmall >= 0)
  995 			q = (uint32_t) lhssmall / rhs;
  997 			q = ((int64_t) lhssmall - ((int64_t) rhs - 1)) /