Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dtyped_cpp.h322 inline typed::pw_multi_aff<Anonymous> to_pw_multi_aff() const;
549 inline typed::pw_multi_aff<Domain, Anonymous> to_pw_multi_aff() const;
778 inline typed::pw_multi_aff<pair<Domain2, Range2>, Anonymous> to_pw_multi_aff() const;
4958 inline typed::pw_multi_aff<Domain> to_pw_multi_aff() const;
5167 inline typed::pw_multi_aff<Domain, Range> to_pw_multi_aff() const;
5378 inline typed::pw_multi_aff<pair<Domain2, Range2>, Range> to_pw_multi_aff() const;
5585 inline typed::pw_multi_aff<Domain, pair<Range, Range2>> to_pw_multi_aff() const;
5795 inline typed::pw_multi_aff<pair<T1, T2>, pair<Range, Range2>> to_pw_multi_aff() const;
14989 typed::pw_multi_aff<Anonymous> typed::aff<Anonymous>::to_pw_multi_aff() const
14991 auto res = isl::aff::to_pw_multi_aff();
[all …]
H A Dcpp-checked.h489 inline isl::checked::pw_multi_aff to_pw_multi_aff() const;
2301 inline isl::checked::pw_multi_aff to_pw_multi_aff() const;
5364 isl::checked::pw_multi_aff aff::to_pw_multi_aff() const in to_pw_multi_aff() function
5366 return isl::checked::multi_aff(*this).to_pw_multi_aff(); in to_pw_multi_aff()
11570 isl::checked::pw_multi_aff multi_aff::to_pw_multi_aff() const in to_pw_multi_aff() function
H A Dcpp.h554 inline isl::pw_multi_aff to_pw_multi_aff() const;
2367 inline isl::pw_multi_aff to_pw_multi_aff() const;
5862 isl::pw_multi_aff aff::to_pw_multi_aff() const in to_pw_multi_aff() function
5866 return isl::multi_aff(*this).to_pw_multi_aff(); in to_pw_multi_aff()
15037 isl::pw_multi_aff multi_aff::to_pw_multi_aff() const in to_pw_multi_aff() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py4523 def to_pw_multi_aff(arg0): member in multi_aff