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
  738 	if (isl_sioimath_decode_small(lhs, &smalllhs) && (rhs <= UINT32_MAX)) {
  739 		isl_sioimath_set_int64(dst, (int64_t) smalllhs * (int64_t) rhs);
  744 	    isl_sioimath_uiarg_src(rhs, &scratchrhs),