Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
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
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h398 …inline isl::checked::union_pw_aff intersect_domain_wrapped_range(const isl::checked::union_set &us…
2226 …inline isl::checked::union_pw_multi_aff intersect_domain_wrapped_range(const isl::checked::union_s…
2826 …inline isl::checked::union_pw_aff intersect_domain_wrapped_range(const isl::checked::union_set &us…
3041 …inline isl::checked::union_pw_multi_aff intersect_domain_wrapped_range(const isl::checked::union_s…
4103 …inline isl::checked::union_pw_aff intersect_domain_wrapped_range(isl::checked::union_set uset) con…
4237 …inline isl::checked::union_pw_multi_aff intersect_domain_wrapped_range(isl::checked::union_set use…
4896 isl::checked::union_pw_aff aff::intersect_domain_wrapped_range(const isl::checked::union_set &uset)… in intersect_domain_wrapped_range() function
4898 return isl::checked::pw_aff(*this).intersect_domain_wrapped_range(uset); in intersect_domain_wrapped_range()
11172 isl::checked::union_pw_multi_aff multi_aff::intersect_domain_wrapped_range(const isl::checked::unio… in intersect_domain_wrapped_range() function
11174 return isl::checked::pw_multi_aff(*this).intersect_domain_wrapped_range(uset); in intersect_domain_wrapped_range()
[all …]
H A Dcpp.h463 inline isl::union_pw_aff intersect_domain_wrapped_range(const isl::union_set &uset) const;
2292 inline isl::union_pw_multi_aff intersect_domain_wrapped_range(const isl::union_set &uset) const;
2892 inline isl::union_pw_aff intersect_domain_wrapped_range(const isl::union_set &uset) const;
3107 inline isl::union_pw_multi_aff intersect_domain_wrapped_range(const isl::union_set &uset) const;
4169 inline isl::union_pw_aff intersect_domain_wrapped_range(isl::union_set uset) const;
4303 inline isl::union_pw_multi_aff intersect_domain_wrapped_range(isl::union_set uset) const;
5160 isl::union_pw_aff aff::intersect_domain_wrapped_range(const isl::union_set &uset) const in intersect_domain_wrapped_range() function
5164 return isl::pw_aff(*this).intersect_domain_wrapped_range(uset); in intersect_domain_wrapped_range()
14403 isl::union_pw_multi_aff multi_aff::intersect_domain_wrapped_range(const isl::union_set &uset) const in intersect_domain_wrapped_range() function
14407 return isl::pw_multi_aff(*this).intersect_domain_wrapped_range(uset); in intersect_domain_wrapped_range()
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py274 def intersect_domain_wrapped_range(arg0, arg1): member in union_pw_multi_aff
1239 def intersect_domain_wrapped_range(arg0, arg1): member in union_pw_aff
1249 return union_pw_multi_aff(arg0).intersect_domain_wrapped_range(arg1)