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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 1902 tree ret1_type = build_vector_type (TREE_TYPE (ret_type), nelts);
1904 if (supportable_convert_operation (code, ret1_type, arg1_type,
1901 tree ret1_type = build_vector_type (TREE_TYPE (ret_type), nelts); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 1930 tree ret1_type = build_vector_type (TREE_TYPE (ret_type), nelts);
1932 if (supportable_convert_operation (code, ret1_type, arg1_type,
1929 tree ret1_type = build_vector_type (TREE_TYPE (ret_type), nelts); local

Completed in 15 milliseconds