privately export isl_map_is_params
commitadeffbabd416d5b8283e8696f121792c4dcd85fe
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 6 Sep 2016 14:57:09 +0000 (6 16:57 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 4 Mar 2018 14:36:00 +0000 (4 15:36 +0100)
tree80cbd667dd4524694a2aa55714d60ac3378939b9
parentf9d9c3ca20a7448001aa22a4ecafaeaaa9ff7ed4
privately export isl_map_is_params

This function will be used to determine whether the explicit domain
of an isl_multi_pw_aff is a parameter set.
Even though this domain is an isl_set, an isl_set
is currently defined internally to be equal to an isl_map,
resulting in isl_map_is_params getting called when
the function name is derived from the type.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_map_private.h