isl_transitive_closure.c: add_length: reuse increment
[isl.git] / test_inputs / codegen / bilinear.c
blob8b123e1c1d0076f8f3253dd0c3208603d75cb422
1 if (d <= -1) {
2 for (int c0 = 0; c0 < -(-d % 2) - d + w; c0 += 1) {
3 A(c0);
4 B(c0);
6 } else {
7 for (int c0 = 0; c0 < (d % 2) - d + w; c0 += 1)
8 A(c0);