add exported isl_multi_pw_aff_involves_param_id
commitdf8e4f9b57c159ae7915d19a76e225896e7590cf
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 3 Apr 2018 14:38:29 +0000 (3 16:38 +0200)
committerSven Verdoolaege <sven@cerebras.net>
Thu, 2 May 2019 16:18:34 +0000 (2 18:18 +0200)
tree02e0d206cb68c4d89987c052c544c491470e4e42
parentf82994fd80679099916a5b3f1b14c8a879b71a7c
add exported isl_multi_pw_aff_involves_param_id

This function allows a user to check whether a function involves
a parameter without exposing the fact that, internally,
the parameter can also be identified by its position.

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