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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 1806 tree rhs_oprnd, rhs_type, lhs_oprnd, lhs_type, vec_type, vec_rhs_type; local
1824 lhs_oprnd = gimple_call_lhs (call_stmt);
1825 if (!lhs_oprnd)
1827 lhs_type = TREE_TYPE (lhs_oprnd);
2084 tree rhs_oprnd, rhs_origin, lhs_oprnd, lhs_type, vec_type, new_var; local
2095 lhs_oprnd = gimple_assign_lhs (last_stmt);
2096 lhs_type = TREE_TYPE (lhs_oprnd);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 1510 tree rhs_oprnd, rhs_origin, lhs_oprnd, lhs_type, vec_type, new_var; local
1520 lhs_oprnd = gimple_assign_lhs (last_stmt);
1521 lhs_type = TREE_TYPE (lhs_oprnd);

Completed in 57 milliseconds