Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test.c3951 } bound_tests[] = { variable
3997 for (i = 0; i < ARRAY_SIZE(bound_tests); ++i) { in test_bound()
4004 str = bound_tests[i].poly; in test_bound()
4006 type = bound_tests[i].type; in test_bound()
4008 str = bound_tests[i].bound; in test_bound()
4018 if (bound_tests[i].tight && !tight) in test_bound()