xref: /llvm-project/polly/lib/External/isl/test_inputs/product.pwqp (revision 52a25237d894fd5736a90f11df2c5c9391d13fd5)
1[N] -> { [i0, i1, i2] -> (i0^3 * i1^2 + N * i1 * i2) : i0 >= 0 and i0 <= N and i1 >= 0 and i1 <= N and i2 >= 0 and i2 <= N }
2