Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vectorizer.h138 struct vect_scalar_ops_slice_hash : typed_noop_remove<vect_scalar_ops_slice> struct
140 typedef vect_scalar_ops_slice value_type;
141 typedef vect_scalar_ops_slice compare_type;
143 static const bool empty_zero_p = true;
145 static void mark_deleted (value_type &s) { s.length = ~0U; } in mark_deleted()
146 static void mark_empty (value_type &s) { s.length = 0; } in mark_empty()
147 static bool is_deleted (const value_type &s) { return s.length == ~0U; } in is_deleted()
148 static bool is_empty (const value_type &s) { return s.length == 0; } in is_empty()