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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-stmts.cc 2547 tree rhs_vectype; local
2549 rhs, rhs_node, &rhs_dt, &rhs_vectype))
2568 if (rhs_vectype && !useless_type_conversion_p (vectype, rhs_vectype))
2577 *rhs_vectype_out = rhs_vectype;
8189 tree vectype = STMT_VINFO_VECTYPE (stmt_info), rhs_vectype = NULL_TREE;
8222 &op, &op_node, &rhs_dt, &rhs_vectype, &vls_type))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 2704 tree rhs_vectype; local
2707 &rhs, &slp_op, &rhs_dt, &rhs_vectype))
2716 if (rhs_vectype && !useless_type_conversion_p (vectype, rhs_vectype))
2725 *rhs_vectype_out = rhs_vectype;
7561 tree vectype = STMT_VINFO_VECTYPE (stmt_info), rhs_vectype = NULL_TREE; local
7592 op, &rhs_dt, &rhs_vectype, &vls_type))

Completed in 30 milliseconds