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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 3816 tree new_or_tmp_name;
3845 new_or_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, tmp_name);
3846 or_stmt = gimple_build_assign (new_or_tmp_name, BIT_IOR_EXPR,
3849 or_tmp_name = new_or_tmp_name;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 3243 tree new_or_tmp_name; local
3272 new_or_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, tmp_name);
3273 or_stmt = gimple_build_assign (new_or_tmp_name, BIT_IOR_EXPR,
3276 or_tmp_name = new_or_tmp_name;

Completed in 18 milliseconds