Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_test.c3609 } bijective_tests[] = { variable
3631 for (i = 0; i < ARRAY_SIZE(bijective_tests); ++i) { in test_bijective()
3632 map = isl_map_read_from_str(ctx, bijective_tests[i].str); in test_bijective()
3637 if (bijective_tests[i].bijective && !bijective) in test_bijective()
3640 if (!bijective_tests[i].bijective && bijective) in test_bijective()