isl_qpolynomial_eval: extract out isl_local_extend_point_vec
commit852fc8ee2beeb2ab368187a17302bf5ffdd1547a
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 16 Sep 2016 14:39:42 +0000 (16 16:39 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 18 Mar 2018 13:08:24 +0000 (18 14:08 +0100)
tree6787297c5eccaec5e788098180d29ecab6228bcc
parentb75fbe97229edfa1fbda1859cbaf8f577a5706d6
isl_qpolynomial_eval: extract out isl_local_extend_point_vec

This function will also be useful for evaluating affine expressions
in a point.  The extracted function has some extra checks because
it may end up getting used in a different context.

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