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