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
  760 	switch (rhs) {
  782 			isl_sioimath_mul_2exp(dst, *dst, rhs);
  785 			if ((MP_SMALL_MIN <= rhs) && (rhs <= MP_SMALL_MAX)) {
  785 			if ((MP_SMALL_MIN <= rhs) && (rhs <= MP_SMALL_MAX)) {
  786 				mp_int_expt_value(smalllhs, rhs,
  795 	    isl_sioimath_uiarg_src(rhs, &scratchrhs),