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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 7538 tree root_lhs = gimple_get_lhs (instance->root_stmts[0]->stmt); local
7539 if (!useless_type_conversion_p (TREE_TYPE (root_lhs),
7541 vect_lhs = build1 (VIEW_CONVERT_EXPR, TREE_TYPE (root_lhs),
7543 rstmt = gimple_build_assign (root_lhs, vect_lhs);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 9535 tree root_lhs = gimple_get_lhs (instance->root_stmts[0]->stmt); local
9536 if (!useless_type_conversion_p (TREE_TYPE (root_lhs),
9538 vect_lhs = build1 (VIEW_CONVERT_EXPR, TREE_TYPE (root_lhs),
9540 rstmt = gimple_build_assign (root_lhs, vect_lhs);

Completed in 20 milliseconds