isl_point_get_space: extract out isl_point_peek_space
commite58a3836d1a29156e3ef2636b4939cc54fac47c4
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 15 Feb 2018 10:09:17 +0000 (15 11:09 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 18 Mar 2018 13:08:24 +0000 (18 14:08 +0100)
treeece0d599bd75ddc71dfdc63b1671f922947172ad
parent17c845c4bdb836c713f183cdcc56c4c93162f2d8
isl_point_get_space: extract out isl_point_peek_space

This function will be used in places where the space is only needed
temporarily, without exposing too much of the internal representation.
That is, this function can be used instead of just accessing
the "dim" field directly.

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