Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_multi_union_add_templ.c30 isl_bool has_domain, is_params1, is_params2; in MULTI() local
44 has_domain = FN(MULTI(BASE),has_non_trivial_domain)(multi1); in MULTI()
45 if (has_domain < 0) in MULTI()
47 if (!has_domain) { in MULTI()
51 has_domain = FN(MULTI(BASE),has_non_trivial_domain)(multi2); in MULTI()
52 if (has_domain < 0) in MULTI()
54 if (!has_domain) { in MULTI()
Disl_output.c3409 isl_bool has_domain; in print_multi_pw_aff_isl() local
3419 has_domain = isl_multi_pw_aff_has_non_trivial_domain(mpa); in print_multi_pw_aff_isl()
3420 if (has_domain < 0) in print_multi_pw_aff_isl()
3422 if (has_domain) { in print_multi_pw_aff_isl()
3584 isl_bool has_domain; in print_multi_union_pw_aff_isl() local
3589 has_domain = isl_multi_union_pw_aff_has_non_trivial_domain(mupa); in print_multi_union_pw_aff_isl()
3590 if (has_domain < 0) in print_multi_union_pw_aff_isl()
3596 if (has_domain) in print_multi_union_pw_aff_isl()
3605 if (has_domain) { in print_multi_union_pw_aff_isl()