Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_test.c7312 } unbind_aff_tests[] = { variable
7333 for (i = 0; i < ARRAY_SIZE(unbind_aff_tests); ++i) { in test_unbind_aff()
7339 aff = isl_aff_read_from_str(ctx, unbind_aff_tests[i].aff); in test_unbind_aff()
7340 str = unbind_aff_tests[i].tuple; in test_unbind_aff()
7343 r = aff_check_plain_equal(aff, unbind_aff_tests[i].res); in test_unbind_aff()