Searched refs:old0 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | fold-const.c | 3067 eval_subst (tree arg, tree old0, tree new0, tree old1, tree new1) in eval_subst() argument 3085 old0, new0, old1, new1)); in eval_subst() 3090 old0, new0, old1, new1), in eval_subst() 3092 old0, new0, old1, new1)); in eval_subst() 3098 return eval_subst (TREE_OPERAND (arg, 0), old0, new0, old1, new1); in eval_subst() 3101 return eval_subst (TREE_OPERAND (arg, 1), old0, new0, old1, new1); in eval_subst() 3106 old0, new0, old1, new1), in eval_subst() 3108 old0, new0, old1, new1), in eval_subst() 3110 old0, new0, old1, new1)); in eval_subst() 3125 if (arg0 == old0 || operand_equal_p (arg0, old0, 0)) in eval_subst() [all …]
|