add isl_val_int_from_chunks and isl_val_get_abs_num_chunks
commit95e2da06beccaef26fda146d853d3286c0737f97
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 15 Jun 2013 08:07:33 +0000 (15 10:07 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 16 Jun 2013 20:27:47 +0000 (16 22:27 +0200)
treed691b5d4489823a0ce2fb56d4a4c71cd0e1e7d3d
parent514733b8a2c24a89949d530096b7d0efb0a9f4ed
add isl_val_int_from_chunks and isl_val_get_abs_num_chunks

These allow for a backend independent way of converting from/to
multiple precision integers.

Requested-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/val.h
isl_val_gmp.c