Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/
H A Disl_union_templ.c891 __isl_give UNION *FN(UNION,intersect_domain_wrapped_range)(__isl_take UNION *u, in FN() argument
897 .fn = &FN(PW,intersect_domain_wrapped_range), in FN()
H A Disl_pw_templ.c976 __isl_give PW *FN(PW,intersect_domain_wrapped_range)(__isl_take PW *pw, in FN() argument
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h409 inline isl::union_pw_aff intersect_domain_wrapped_range(const isl::union_set &uset) const;
2433 inline isl::union_pw_multi_aff intersect_domain_wrapped_range(const isl::union_set &uset) const;
3099 inline isl::union_pw_aff intersect_domain_wrapped_range(const isl::union_set &uset) const;
3316 inline isl::union_pw_multi_aff intersect_domain_wrapped_range(const isl::union_set &uset) const;
4450 inline isl::union_pw_aff intersect_domain_wrapped_range(isl::union_set uset) const;
4583 inline isl::union_pw_multi_aff intersect_domain_wrapped_range(isl::union_set uset) const;
5289 isl::union_pw_aff aff::intersect_domain_wrapped_range(const isl::union_set &uset) const in intersect_domain_wrapped_range() function
5291 return isl::pw_aff(*this).intersect_domain_wrapped_range(uset); in intersect_domain_wrapped_range()
12313 isl::union_pw_multi_aff multi_aff::intersect_domain_wrapped_range(const isl::union_set &uset) const in intersect_domain_wrapped_range() function
12315 return isl::pw_multi_aff(*this).intersect_domain_wrapped_range(uset); in intersect_domain_wrapped_range()
[all …]