Home
last modified time | relevance | path

Searched defs:apply_domain (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h7539 isl::checked::basic_map basic_map::apply_domain(isl::checked::basic_map bmap2) const in apply_domain() function
7545 isl::checked::map basic_map::apply_domain(const isl::checked::map &map2) const in apply_domain() function
7550 isl::checked::union_map basic_map::apply_domain(const isl::checked::union_map &umap2) const in apply_domain() function
9647 isl::checked::map map::apply_domain(isl::checked::map map2) const in apply_domain() function
9653 isl::checked::union_map map::apply_domain(const isl::checked::union_map &umap2) const in apply_domain() function
9658 isl::checked::map map::apply_domain(const isl::checked::basic_map &map2) const in apply_domain() function
18511 isl::checked::union_map union_map::apply_domain(isl::checked::union_map umap2) const in apply_domain() function
H A Dcpp.h8699 isl::basic_map basic_map::apply_domain(isl::basic_map bmap2) const in apply_domain() function
8711 isl::map basic_map::apply_domain(const isl::map &map2) const in apply_domain() function
8718 isl::union_map basic_map::apply_domain(const isl::union_map &umap2) const in apply_domain() function
11812 isl::map map::apply_domain(isl::map map2) const in apply_domain() function
11824 isl::union_map map::apply_domain(const isl::union_map &umap2) const in apply_domain() function
11831 isl::map map::apply_domain(const isl::basic_map &map2) const in apply_domain() function
26190 isl::union_map union_map::apply_domain(isl::union_map umap2) const in apply_domain() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py7753 def apply_domain(arg0, arg1): member in union_map
9079 def apply_domain(arg0, arg1): member in map
10514 def apply_domain(arg0, arg1): member in basic_map