Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_ast_build_expr.c2490 isl_bool is_domain; in isl_ast_build_from_multi_pw_aff() local
2497 is_domain = isl_space_tuple_is_equal(space_build, isl_dim_set, in isl_ast_build_from_multi_pw_aff()
2501 if (is_domain < 0) in isl_ast_build_from_multi_pw_aff()
2503 if (!is_domain) in isl_ast_build_from_multi_pw_aff()
Disl_ast_codegen.c5010 int is_domain; in generate_code_set() local
5019 is_domain = isl_space_is_domain(build_space, space); in generate_code_set()
5023 if (is_domain < 0) in generate_code_set()
5025 if (!is_domain) in generate_code_set()
/external/python/asn1crypto/asn1crypto/
Dx509.py2895 is_domain = not is_ipv6 and not is_ipv4
2898 if is_domain:
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h2897 inline boolean is_domain(const space &space2) const;
15814 boolean space::is_domain(const space &space2) const in is_domain() function