isl_basic_map_apply_{domain,range}: drop redundant divs in result
[isl.git] / isl_piplib.h
blobc07f437feae78ff181dcc41f1cbdf083502cf47f
1 #ifndef ISL_PIPLIB_H
2 #define ISL_PIPLIB_H
4 #include <isl_ctx.h>
5 #include <isl_int.h>
6 #include <isl_map.h>
7 #ifndef ISL_PIPLIB
8 #error "no piplib"
9 #endif
11 #include <piplib/piplibMP.h>
13 void isl_seq_cpy_to_pip(Entier *dst, isl_int *src, unsigned len);
14 void isl_seq_cpy_from_pip(isl_int *dst, Entier *src, unsigned len);
16 PipMatrix *isl_basic_map_to_pip(struct isl_basic_map *bmap, unsigned pip_param,
17 unsigned extra_front, unsigned extra_back);
19 #endif