Searched refs:intersect_domain_wrapped_range (Results 1 – 5 of 5) 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
398 …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() function4898 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() function11174 return isl::checked::pw_multi_aff(*this).intersect_domain_wrapped_range(uset); in intersect_domain_wrapped_range()[all …]
463 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() function5164 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() function14407 return isl::pw_multi_aff(*this).intersect_domain_wrapped_range(uset); in intersect_domain_wrapped_range()[all …]
274 def intersect_domain_wrapped_range(arg0, arg1): member in union_pw_multi_aff1239 def intersect_domain_wrapped_range(arg0, arg1): member in union_pw_aff1249 return union_pw_multi_aff(arg0).intersect_domain_wrapped_range(arg1)