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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 4982 tree old_vectype = TREE_TYPE (accumulator->reduc_input); local
4984 if (!constant_multiple_p (TYPE_VECTOR_SUBPARTS (old_vectype),
4988 tree prev_vectype = old_vectype;
4989 poly_uint64 intermediate_nunits = TYPE_VECTOR_SUBPARTS (old_vectype);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 5782 tree old_vectype = TREE_TYPE (accumulator->reduc_input); local
5784 if (!constant_multiple_p (TYPE_VECTOR_SUBPARTS (old_vectype),
5788 tree prev_vectype = old_vectype;
5789 poly_uint64 intermediate_nunits = TYPE_VECTOR_SUBPARTS (old_vectype);

Completed in 28 milliseconds