Searched refs:is_domain (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/isl/
H A Disl_ast_build_expr.c959 int is_domain; local
965 is_domain = isl_space_tuple_match(space_build, isl_dim_set,
969 if (is_domain < 0)
971 if (!is_domain)
H A Disl_ast_codegen.c3630 int is_domain; local
3639 is_domain = isl_space_is_domain(build_space, space);
3643 if (is_domain < 0)
3645 if (!is_domain)

Completed in 32 milliseconds