HomeSort by: relevance | last modified time | path
    Searched defs:vect_scalar_ops_slice (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 131 struct vect_scalar_ops_slice struct
143 vect_scalar_ops_slice::op (unsigned int i) const
148 /* Hash traits for vect_scalar_ops_slice. */
149 struct vect_scalar_ops_slice_hash : typed_noop_remove<vect_scalar_ops_slice>
151 typedef vect_scalar_ops_slice value_type;
152 typedef vect_scalar_ops_slice compare_type;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 120 struct vect_scalar_ops_slice struct
132 vect_scalar_ops_slice::op (unsigned int i) const
137 /* Hash traits for vect_scalar_ops_slice. */
138 struct vect_scalar_ops_slice_hash : typed_noop_remove<vect_scalar_ops_slice>
140 typedef vect_scalar_ops_slice value_type;
141 typedef vect_scalar_ops_slice compare_type;

Completed in 23 milliseconds