xref: /llvm-project/polly/lib/External/isl/test_inputs/codegen/stride5.c (revision 72745c2ef5ef258b77a7c2d8b0c6d70dbc36f499)
1 if (n % 2 == 0)
2   for (int c0 = (-n / 2) + 2 * floord(n - 1, 4) + 2; c0 <= 100; c0 += 2)
3     S(c0);
4