Polly
22.0.0git
llvm-project
polly
lib
External
isl
isl_pw_sub_templ.c
Go to the documentation of this file.
1
/*
2
* Copyright 2010 INRIA Saclay
3
*
4
* Use of this software is governed by the MIT license
5
*
6
* Written by Sven Verdoolaege, INRIA Saclay - Ile-de-France,
7
* Parc Club Orsay Universite, ZAC des vignes, 4 rue Jacques Monod,
8
* 91893 Orsay, France
9
*/
10
11
#include <
isl_pw_macro.h
>
12
13
__isl_give
PW
*
FN
(
PW
,
sub
)(
__isl_take
PW
*pw1,
__isl_take
PW
*pw2)
14
{
15
return
FN
(
PW
,
add
)(pw1,
FN
(
PW
,
neg
)(pw2));
16
}
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
add
void GMPZAPI add(mp_int rop, mp_int op1, mp_int op2)
Definition
imath/gmp_compat.c:78
neg
void GMPZAPI neg(mp_int rop, mp_int op)
Definition
imath/gmp_compat.c:107
sub
void GMPZAPI sub(mp_int rop, mp_int op1, mp_int op2)
Definition
imath/gmp_compat.c:116
PW
#define PW
Definition
isl_aff.c:2779
isl_pw_macro.h
Generated on
for Polly by
1.14.0