Home | History | Annotate | Download | only in gcc

Lines Matching defs:rhs1

954 		tree rhs1 = gimple_assign_rhs1 (stmt);
955 tree op0 = valueize_op (TREE_OPERAND (rhs1, 0));
960 TREE_OPERAND (rhs1, 1),
961 TREE_OPERAND (rhs1, 2),
962 REF_REVERSE_STORAGE_ORDER (rhs1));
974 tree rhs1 = gimple_assign_rhs1 (stmt);
975 res_op->set_op (code, type, valueize_op (rhs1));
980 tree rhs1 = valueize_op (gimple_assign_rhs1 (stmt));
982 res_op->set_op (code, type, rhs1, rhs2);
987 tree rhs1 = gimple_assign_rhs1 (stmt);
988 if (code == COND_EXPR && COMPARISON_CLASS_P (rhs1))
989 rhs1 = valueize_condition (rhs1);
991 rhs1 = valueize_op (rhs1);
994 res_op->set_op (code, type, rhs1, rhs2, rhs3);