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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 3796 tree or_tmp_name = NULL_TREE;
3841 if (or_tmp_name != NULL_TREE)
3847 or_tmp_name, addr_tmp_name);
3849 or_tmp_name = new_or_tmp_name;
3852 or_tmp_name = addr_tmp_name;
3862 or_tmp_name, mask_cst);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 3223 tree or_tmp_name = NULL_TREE; local
3268 if (or_tmp_name != NULL_TREE)
3274 or_tmp_name, addr_tmp_name);
3276 or_tmp_name = new_or_tmp_name;
3279 or_tmp_name = addr_tmp_name;
3289 or_tmp_name, mask_cst);

Completed in 19 milliseconds