Searched refs:intersect_domain_wrapped_range (Results 1 – 3 of 3) sorted by relevance
891 __isl_give UNION *FN(UNION,intersect_domain_wrapped_range)(__isl_take UNION *u, in FN() argument897 .fn = &FN(PW,intersect_domain_wrapped_range), in FN()
976 __isl_give PW *FN(PW,intersect_domain_wrapped_range)(__isl_take PW *pw, in FN() argument
409 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() function5291 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() function12315 return isl::pw_multi_aff(*this).intersect_domain_wrapped_range(uset); in intersect_domain_wrapped_range()[all …]