reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/lib/External/isl/isl_int_sioimath.c
   64 extern void isl_sioimath_mul_2exp(isl_sioimath_ptr dst, isl_sioimath lhs,

References

tools/polly/lib/External/isl/isl_int_sioimath.h
  782 			isl_sioimath_mul_2exp(dst, *dst, rhs);
tools/polly/lib/External/isl/isl_val.c
  551 		isl_int_mul_2exp(v->d, v->d, exp);
  554 		isl_int_mul_2exp(v->n, v->d, exp);