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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 2094 build_vector_from_val (tree vectype, tree sc)
2129 build_vector_from_val (TYPE, SC). */
2137 return build_vector_from_val (type, sc);
2148 return build_vector_from_val (type, base);
2570 return build_vector_from_val (type, scalar);
2625 return build_vector_from_val (type, scalar);
2662 return build_vector_from_val (type, scalar);
2734 return build_vector_from_val (inttype, elt);
2091 build_vector_from_val (tree vectype, tree sc) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 2110 build_vector_from_val (tree vectype, tree sc)
2145 build_vector_from_val (TYPE, SC). */
2153 return build_vector_from_val (type, sc);
2164 return build_vector_from_val (type, base);
2582 return build_vector_from_val (type, scalar);
2637 return build_vector_from_val (type, scalar);
2674 return build_vector_from_val (type, scalar);
2107 build_vector_from_val (tree vectype, tree sc) function

Completed in 27 milliseconds