isl_multi_templ.c: extract out isl_multi_arith_templ.c
commit87446532d1edbf353d8739f276bbd2c9ad21e8d9
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 12 Apr 2018 08:51:28 +0000 (12 10:51 +0200)
committerSven Verdoolaege <sven@cerebras.net>
Thu, 2 May 2019 16:19:13 +0000 (2 18:19 +0200)
tree04b2e08d5342fd6732f1c9f177851ad4b9cd3dac
parent895f1291a9819a9a2fbef1e546bb129a98584700
isl_multi_templ.c: extract out isl_multi_arith_templ.c

These arithmetic functions only make sense for multi expressions
composed of functions, and not for isl_multi_id, which will
be introduced next.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
Makefile.am
include/isl/aff.h
include/isl/multi.h
include/isl/val.h
isl_aff.c
isl_multi_arith_templ.c [new file with mode: 0644]
isl_multi_templ.c
isl_val.c