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

/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c3247 int this_neg = ops[i].neg;
3258 ops[n_ops].neg = (this_code == MINUS) ^ this_neg;
3264 canonicalized |= this_neg;
3269 ops[i].neg = ! this_neg;
3282 ops[n_ops].neg = this_neg;
3294 ops[n_ops++].neg = this_neg;
3296 ops[i].neg = !this_neg;
3304 if (this_neg)
3239 int this_neg = ops[i].neg; local

Completed in 53 milliseconds