xref: /llvm-project/polly/lib/External/isl/test_inputs/codegen/dwt.c (revision 07b209523403d6c0d68c328cb20a8eaf6b51369c)
152a25237STobias Grosser for (int c0 = 0; c0 < Ncl; c0 += 1) {
252a25237STobias Grosser   if (Ncl >= c0 + 2 && c0 >= 1) {
352a25237STobias Grosser     S(c0, 28);
452a25237STobias Grosser   } else if (c0 == 0) {
552a25237STobias Grosser     S(0, 26);
6*07b20952STobias Grosser   } else {
752a25237STobias Grosser     S(Ncl - 1, 27);
852a25237STobias Grosser   }
9*07b20952STobias Grosser }
10