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
  718 	if (isl_sioimath_decode_small(lhs, &smalllhs) && (rhs > LONG_MIN) &&
  719 	    (labs(rhs) <= UINT32_MAX)) {
  720 		isl_sioimath_set_int64(dst, (int64_t) smalllhs * (int64_t) rhs);
  725 	    isl_sioimath_siarg_src(rhs, &scratchrhs),