add isl_{basic_,}map_may_be_set
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 11 May 2011 16:01:59 +0000 (18:01 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 16 May 2011 16:06:04 +0000 (18:06 +0200)
commiteba3288afd24ee3aeec159692be38775aae6188d
tree4dcf9ffcfb94c2c1f2a0909d1f49fa927465a923
parent9516f87ddbf017825a8ac9c0547f0e55e28c9c0c
add isl_{basic_,}map_may_be_set

Sets and maps share the same internal representation, but only
some of those internal representations can be sets.
Add specific functions to test this condition, replacing some
open coded variants.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_dim.c
isl_dim_private.h
isl_map.c
isl_map_private.h