Polly
20.0.0git
llvm-project
polly
lib
External
isl
isl_multi_zero_space_templ.c
Go to the documentation of this file.
1
/*
2
* Copyright 2020 Cerebras Systems
3
*
4
* Use of this software is governed by the MIT license
5
*
6
* Written by Sven Verdoolaege,
7
* Cerebras Systems, 175 S San Antonio Rd, Los Altos, CA, USA
8
*/
9
10
#include <
isl/space.h
>
11
12
#include "
isl_multi_macro.h
"
13
14
/* This function performs the same operation as isl_multi_*_zero,
15
* but is considered as a function on an isl_space when exported.
16
*/
17
__isl_give
MULTI
(
BASE
) *
FN
(isl_space_zero_multi,
BASE
)(
18
__isl_take
isl_space
*space)
19
{
20
return
FN
(
MULTI
(
BASE
),zero)(space);
21
}
FN
#define FN(TYPE, NAME)
Definition:
check_parse_fail_test_templ.c:15
__isl_take
#define __isl_take
Definition:
ctx.h:22
__isl_give
#define __isl_give
Definition:
ctx.h:19
BASE
#define BASE
Definition:
flow_cmp.c:49
isl_multi_macro.h
MULTI
#define MULTI(BASE)
Definition:
isl_multi_macro.h:6
space.h
isl_space
Definition:
isl_space_private.h:10
Generated on Wed Nov 13 2024 03:17:25 for Polly by
1.9.6