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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-dom.cc 2252 tree rhs_elem = rhs ? uniform_vector_p (rhs) : NULL_TREE; local
2254 if (rhs_elem && lhs_elem)
2262 gimple_cond_set_rhs (as_a <gcond *>(stmt), rhs_elem); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dom.cc 2052 tree rhs_elem = rhs ? uniform_vector_p (rhs) : NULL_TREE; local
2054 if (rhs_elem && lhs_elem)
2062 gimple_cond_set_rhs (as_a <gcond *>(stmt), rhs_elem); local

Completed in 25 milliseconds