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

/freebsd-11.0-release/contrib/gcc/
H A Dsimplify-rtx.c3401 rtx tem_lhs, tem_rhs;
3403 tem_lhs = GET_CODE (lhs) == CONST ? XEXP (lhs, 0) : lhs;
3405 tem = simplify_binary_operation (ncode, mode, tem_lhs, tem_rhs);
3393 rtx tem_lhs, tem_rhs; local

Completed in 56 milliseconds