Searched refs:hmap2 (Results 1 – 4 of 4) sorted by relevance
428 __isl_keep ISL_HMAP *hmap2) in ISL_HMAP_IS_EQUAL() argument430 if (!hmap1 || !hmap2) in ISL_HMAP_IS_EQUAL()432 if (hmap1 == hmap2) in ISL_HMAP_IS_EQUAL()434 if (hmap1->table.n != hmap2->table.n) in ISL_HMAP_IS_EQUAL()436 return ISL_FN(ISL_HMAP,every)(hmap1, &has_entry, hmap2); in ISL_HMAP_IS_EQUAL()
48 __isl_keep ISL_HMAP *hmap2);
1859 inline boolean is_equal(const isl::checked::id_to_ast_expr &hmap2) const;1891 inline boolean is_equal(const isl::checked::id_to_id &hmap2) const;9443 boolean id_to_ast_expr::is_equal(const isl::checked::id_to_ast_expr &hmap2) const in is_equal() argument9445 auto res = isl_id_to_ast_expr_is_equal(get(), hmap2.get()); in is_equal()9537 boolean id_to_id::is_equal(const isl::checked::id_to_id &hmap2) const in is_equal() argument9539 auto res = isl_id_to_id_is_equal(get(), hmap2.get()); in is_equal()
1925 inline bool is_equal(const isl::id_to_ast_expr &hmap2) const;1957 inline bool is_equal(const isl::id_to_id &hmap2) const;11520 bool id_to_ast_expr::is_equal(const isl::id_to_ast_expr &hmap2) const in is_equal() argument11522 if (!ptr || hmap2.is_null()) in is_equal()11526 auto res = isl_id_to_ast_expr_is_equal(get(), hmap2.get()); in is_equal()11652 bool id_to_id::is_equal(const isl::id_to_id &hmap2) const in is_equal() argument11654 if (!ptr || hmap2.is_null()) in is_equal()11658 auto res = isl_id_to_id_is_equal(get(), hmap2.get()); in is_equal()