Sign in
android
/
toolchain
/
cloog
/
98972d5434ffcb4d11d2c81a46600e9a1cda9110
/
.
/
cloog-0.17.0
/
test
/
isl
/
mod4.c
blob: 9a30f3c49d1f4be21b510b1d3e8a5686f8b5cf54 [
file
] [
log
] [
blame
]
/* Generated from ../../../git/cloog/test/isl/mod4.cloog by CLooG 0.16.0-9-g188dbd4 gmp bits in 0.00s. */
if
(
M
%
11
<=
6
)
{
if
(
N
%
5
<=
2
)
{
if
(
M
>=
-
N
)
{
for
(
i
=
0
;
i
<=
M
+
N
;
i
++)
{
S1
(
i
);
}
}
}
}