Home
last modified time | relevance | path

Searched refs:pw_aff_bin_tests (Results 1 – 1 of 1) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_test.c5632 } pw_aff_bin_tests[] = { variable
5655 for (i = 0; i < ARRAY_SIZE(pw_aff_bin_tests); ++i) { in test_bin_pw_aff()
5656 pa1 = isl_pw_aff_read_from_str(ctx, pw_aff_bin_tests[i].arg1); in test_bin_pw_aff()
5657 pa2 = isl_pw_aff_read_from_str(ctx, pw_aff_bin_tests[i].arg2); in test_bin_pw_aff()
5658 res = isl_pw_aff_read_from_str(ctx, pw_aff_bin_tests[i].res); in test_bin_pw_aff()
5659 pa1 = pw_aff_bin_op[pw_aff_bin_tests[i].op].fn(pa1, pa2); in test_bin_pw_aff()