Searched refs:srhs1 (Results 1 – 1 of 1) sorted by relevance
2197 tree srhs1, srhs2 = NULL_TREE; in expand_vector_operations_1() local2198 if ((srhs1 = ssa_uniform_vector_p (rhs1)) != NULL_TREE in expand_vector_operations_1()2204 && TYPE_MODE (TREE_TYPE (type)) == TYPE_MODE (TREE_TYPE (srhs1))) in expand_vector_operations_1()2212 ? gimplify_build2 (gsi, code, stype, srhs1, srhs2) in expand_vector_operations_1()2213 : gimplify_build1 (gsi, code, stype, srhs1); in expand_vector_operations_1()