Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_test.c5475 } pw_aff_bin_tests[] = { variable
5498 for (i = 0; i < ARRAY_SIZE(pw_aff_bin_tests); ++i) { in test_bin_pw_aff()
5499 pa1 = isl_pw_aff_read_from_str(ctx, pw_aff_bin_tests[i].arg1); in test_bin_pw_aff()
5500 pa2 = isl_pw_aff_read_from_str(ctx, pw_aff_bin_tests[i].arg2); in test_bin_pw_aff()
5501 res = isl_pw_aff_read_from_str(ctx, pw_aff_bin_tests[i].res); in test_bin_pw_aff()
5502 pa1 = pw_aff_bin_op[pw_aff_bin_tests[i].op].fn(pa1, pa2); in test_bin_pw_aff()