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

/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c3398 rtx tem_lhs, tem_rhs;
3401 tem_rhs = GET_CODE (rhs) == CONST ? XEXP (rhs, 0) : rhs;
3402 tem = simplify_binary_operation (ncode, mode, tem_lhs, tem_rhs);
3390 rtx tem_lhs, tem_rhs; local

Completed in 77 milliseconds