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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 2995 unsigned int first_op = (code == COND_EXPR ? 2 : 1); local
2998 unsigned int nops = gimple_num_ops (last_stmt) - first_op;
3005 tree op = gimple_op (last_stmt, first_op + i);
3153 for (unsigned int i = 1; i < first_op; ++i)
3155 vect_convert_inputs (vinfo, last_stmt_info, nops, &ops[first_op - 1],
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 1886 unsigned int first_op = (code == COND_EXPR ? 2 : 1); local
1889 unsigned int nops = gimple_num_ops (last_stmt) - first_op;
1896 tree op = gimple_op (last_stmt, first_op + i);
2044 for (unsigned int i = 1; i < first_op; ++i)
2046 vect_convert_inputs (vinfo, last_stmt_info, nops, &ops[first_op - 1],

Completed in 48 milliseconds