Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dsimplify-rtx.c2124 int num_negated = 0; in simplify_binary_operation_1() local
2127 num_negated++, op0 = XEXP (op0, 0); in simplify_binary_operation_1()
2129 num_negated++, op1 = XEXP (op1, 0); in simplify_binary_operation_1()
2131 if (num_negated == 2) in simplify_binary_operation_1()
2133 else if (num_negated == 1) in simplify_binary_operation_1()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcombine.c5659 int num_negated = 0; local
5662 num_negated++, op0 = XEXP (op0, 0);
5664 num_negated++, op1 = XEXP (op1, 0);
5666 if (num_negated == 2)
5671 else if (num_negated == 1)