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

/freebsd-10-stable/contrib/gcc/
H A Dsimplify-rtx.c3705 int equal, op0lt, op0ltu, op1lt, op1ltu;
3774 equal = 1, op0lt = 0, op0ltu = 0, op1lt = 0, op1ltu = 0;
3812 op0lt = op0ltu = REAL_VALUES_LESS (d0, d1);
3867 op0lt = (h0s < h1s || (h0s == h1s && l0u < l1u));
4019 return op0lt ? const_true_rtx : const0_rtx;
4029 return equal || op0lt ? const_true_rtx : const0_rtx;
3697 int equal, op0lt, op0ltu, op1lt, op1ltu; local

Completed in 104 milliseconds