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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 2061 tree splat_tree = build_vector_from_val (TREE_TYPE (lhs), splat_value); local
2062 g = gimple_build_assign (lhs, splat_tree);
2103 tree splat_tree = build_vector_from_val (lhs_type, splat); local
2104 g = gimple_build_assign (lhs, splat_tree);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 2086 tree splat_tree = build_vector_from_val (TREE_TYPE (lhs), splat_value); local
2087 g = gimple_build_assign (lhs, splat_tree);
2128 tree splat_tree = build_vector_from_val (lhs_type, splat); local
2129 g = gimple_build_assign (lhs, splat_tree);

Completed in 31 milliseconds