Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test.c7212 } bind_aff_tests[] = { variable
7227 for (i = 0; i < ARRAY_SIZE(bind_aff_tests); ++i) { in test_bind_aff()
7233 aff = isl_aff_read_from_str(ctx, bind_aff_tests[i].aff); in test_bind_aff()
7234 id = isl_id_read_from_str(ctx, bind_aff_tests[i].id); in test_bind_aff()
7236 r = set_check_equal(res, bind_aff_tests[i].res); in test_bind_aff()