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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 3817 gimple *addr_stmt, *or_stmt;
3846 or_stmt = gimple_build_assign (new_or_tmp_name, BIT_IOR_EXPR,
3848 gimple_seq_add_stmt (cond_expr_stmt_list, or_stmt);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 3244 gimple *addr_stmt, *or_stmt; local
3273 or_stmt = gimple_build_assign (new_or_tmp_name, BIT_IOR_EXPR,
3275 gimple_seq_add_stmt (cond_expr_stmt_list, or_stmt);

Completed in 21 milliseconds