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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 3797 tree and_tmp_name;
3859 and_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, "andmask");
3861 and_stmt = gimple_build_assign (and_tmp_name, BIT_AND_EXPR,
3869 and_tmp_name, ptrsize_zero);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 3224 tree and_tmp_name; local
3286 and_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, "andmask");
3288 and_stmt = gimple_build_assign (and_tmp_name, BIT_AND_EXPR,
3296 and_tmp_name, ptrsize_zero);

Completed in 29 milliseconds