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

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

Completed in 85 milliseconds