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

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 858 vector_type *other_vec_type = other->dyn_cast_vector_type (); variable
859 if (other_vec_type == NULL)
861 return get_num_units () == other_vec_type->get_num_units ()
862 && get_element_type () == other_vec_type->get_element_type ();

Completed in 96 milliseconds