Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_test.c3084 } opt_pw_tests[] = { variable
3102 for (i = 0; i < ARRAY_SIZE(opt_pw_tests); ++i) { in test_pw_max()
3103 pma = isl_pw_multi_aff_read_from_str(ctx, opt_pw_tests[i].pma); in test_pw_max()
3105 r = multi_val_check_plain_equal(mv, opt_pw_tests[i].res); in test_pw_max()