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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 5369 tree def_rhs1 = gimple_assign_rhs1 (def_stmt); local
5371 == GET_MODE_BITSIZE (SCALAR_TYPE_MODE (TREE_TYPE (def_rhs1))))
5374 rhs1 = def_rhs1;
5388 tree def_rhs1 = gimple_assign_rhs1 (def_stmt); local
5390 == GET_MODE_BITSIZE (SCALAR_TYPE_MODE (TREE_TYPE (def_rhs1))))
5393 rhs1 = def_rhs1;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 4172 tree def_rhs1 = gimple_assign_rhs1 (def_stmt); local
4174 == GET_MODE_BITSIZE (SCALAR_TYPE_MODE (TREE_TYPE (def_rhs1))))
4177 rhs1 = def_rhs1;
4191 tree def_rhs1 = gimple_assign_rhs1 (def_stmt); local
4193 == GET_MODE_BITSIZE (SCALAR_TYPE_MODE (TREE_TYPE (def_rhs1))))
4196 rhs1 = def_rhs1;

Completed in 18 milliseconds