Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test.c7420 } unbind_aff_tests[] = { variable
7441 for (i = 0; i < ARRAY_SIZE(unbind_aff_tests); ++i) { in test_unbind_aff()
7447 aff = isl_aff_read_from_str(ctx, unbind_aff_tests[i].aff); in test_unbind_aff()
7448 str = unbind_aff_tests[i].tuple; in test_unbind_aff()
7451 r = aff_check_plain_equal(aff, unbind_aff_tests[i].res); in test_unbind_aff()