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

Declarations

tools/polly/lib/External/isl/imath/imath.h
  130 mp_result mp_int_sub_value(mp_int a, mp_small value, mp_int c);

References

tools/polly/lib/External/isl/imath/gmp_compat.c
  611       CHECK(mp_int_sub_value(q, 1, q));
tools/polly/lib/External/isl/imath/imath.c
 1595       if ((res = mp_int_sub_value(TEMP(4), 1, TEMP(4))) != MP_OK)