Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dsimplify-rtx.c3389 rtx tem_lhs, tem_rhs; in simplify_plus_minus() local
3391 tem_lhs = GET_CODE (lhs) == CONST ? XEXP (lhs, 0) : lhs; in simplify_plus_minus()
3393 tem = simplify_binary_operation (ncode, mode, tem_lhs, tem_rhs); in simplify_plus_minus()