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

/freebsd-11.0-release/contrib/gcc/
H A Dsimplify-rtx.c3250 int this_neg = ops[i].neg;
3261 ops[n_ops].neg = (this_code == MINUS) ^ this_neg;
3267 canonicalized |= this_neg;
3272 ops[i].neg = ! this_neg;
3285 ops[n_ops].neg = this_neg;
3297 ops[n_ops++].neg = this_neg;
3299 ops[i].neg = !this_neg;
3307 if (this_neg)
3242 int this_neg = ops[i].neg; local

Completed in 47 milliseconds