Searched refs:oldival (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dgimplify.c5194 tree oldval, oldival, oldival2, newval, newival, label;
5221 oldival = oldval;
5227 oldival = create_tmp_var (itype, NULL);
5231 x = build2 (MODIFY_EXPR, void_type_node, oldival, x);
5253 fold_convert (itype, oldival));
5257 args = tree_cons (NULL, fold_convert (itype, oldival), args);
5260 if (oldval == oldival)
5262 x = build2 (MODIFY_EXPR, void_type_node, oldival, x);
5266 if (oldval != oldival)
5268 x = build1 (VIEW_CONVERT_EXPR, type, oldival);
5193 tree oldval, oldival, oldival2, newval, newival, label; local
[all...]

Completed in 62 milliseconds