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

/freebsd-11.0-release/contrib/gcc/
H A Dsimplify-rtx.c3705 int equal, op0lt, op0ltu, op1lt, op1ltu;
3774 equal = 1, op0lt = 0, op0ltu = 0, op1lt = 0, op1ltu = 0;
3813 op1lt = op1ltu = REAL_VALUES_LESS (d1, d0);
3868 op1lt = (h1s < h0s || (h1s == h0s && l1u < l0u));
4022 return op1lt ? const_true_rtx : const0_rtx;
4032 return equal || op1lt ? const_true_rtx : const0_rtx;
3697 int equal, op0lt, op0ltu, op1lt, op1ltu; local

Completed in 73 milliseconds