isl_basic_map_gist: allow existentially quantified variables
[isl.git] / isl_multi_zero_space_templ.c
blob8bd027b2ef5378f5c27d5c93db3befcc24bf0e4b
1 /*
2 * Copyright 2020 Cerebras Systems
4 * Use of this software is governed by the MIT license
6 * Written by Sven Verdoolaege,
7 * Cerebras Systems, 175 S San Antonio Rd, Los Altos, CA, USA
8 */
10 #include <isl/space.h>
12 #include "isl_multi_macro.h"
14 /* This function performs the same operation as isl_multi_*_zero,
15 * but is considered as a function on an isl_space when exported.
17 __isl_give MULTI(BASE) *FN(isl_space_zero_multi,BASE)(
18 __isl_take isl_space *space)
20 return FN(MULTI(BASE),zero)(space);