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

/freebsd-11.0-release/contrib/gcc/
H A Dsimplify-rtx.c3251 enum rtx_code this_code = GET_CODE (this_op);
3253 switch (this_code)
3261 ops[n_ops].neg = (this_code == MINUS) ^ this_neg;
3243 enum rtx_code this_code = GET_CODE (this_op); local

Completed in 49 milliseconds