Lines Matching refs:preimage_range

1492   inline isl::checked::map preimage_range(const isl::checked::multi_aff &ma) const;
1493 inline isl::checked::map preimage_range(const isl::checked::pw_multi_aff &pma) const;
1494 inline isl::checked::union_map preimage_range(const isl::checked::union_pw_multi_aff &upma) const;
1902 inline isl::checked::map preimage_range(isl::checked::multi_aff ma) const;
1903 inline isl::checked::map preimage_range(isl::checked::pw_multi_aff pma) const;
1904 inline isl::checked::union_map preimage_range(const isl::checked::union_pw_multi_aff &upma) const;
3706 inline isl::checked::union_map preimage_range(isl::checked::multi_aff ma) const;
3707 inline isl::checked::union_map preimage_range(isl::checked::pw_multi_aff pma) const;
3708 inline isl::checked::union_map preimage_range(isl::checked::union_pw_multi_aff upma) const;
7563 isl::checked::map basic_map::preimage_range(const isl::checked::multi_aff &ma) const in preimage_range() function
7565 return isl::checked::map(*this).preimage_range(ma); in preimage_range()
7568 isl::checked::map basic_map::preimage_range(const isl::checked::pw_multi_aff &pma) const in preimage_range() function
7570 return isl::checked::map(*this).preimage_range(pma); in preimage_range()
7573 isl::checked::union_map basic_map::preimage_range(const isl::checked::union_pw_multi_aff &upma) con… in preimage_range() function
7575 return isl::checked::map(*this).preimage_range(upma); in preimage_range()
9382 isl::checked::map map::preimage_range(isl::checked::multi_aff ma) const in preimage_range() function
9388 isl::checked::map map::preimage_range(isl::checked::pw_multi_aff pma) const in preimage_range() function
9394 isl::checked::union_map map::preimage_range(const isl::checked::union_pw_multi_aff &upma) const in preimage_range() function
9396 return isl::checked::union_map(*this).preimage_range(upma); in preimage_range()
17109 isl::checked::union_map union_map::preimage_range(isl::checked::multi_aff ma) const in preimage_range() function
17115 isl::checked::union_map union_map::preimage_range(isl::checked::pw_multi_aff pma) const in preimage_range() function
17121 isl::checked::union_map union_map::preimage_range(isl::checked::union_pw_multi_aff upma) const in preimage_range() function