Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsimplify-rtx.c1670 int n_ops = 2, input_ops = 2, input_consts = 0, n_consts; local
1712 input_ops++;
1875 && (n_ops + n_consts > input_ops
1876 || (n_ops + n_consts == input_ops && n_consts <= input_consts)))
1905 && (n_ops+1 + n_consts > input_ops
1906 || (n_ops+1 + n_consts == input_ops && n_consts <= input_consts)))
/openbsd-src/gnu/gcc/gcc/
H A Dsimplify-rtx.c3216 int n_ops = 2, input_ops = 2; in simplify_plus_minus() local
3253 input_ops++; in simplify_plus_minus()