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

/haiku-buildtools/gcc/gcc/
H A Dsimplify-rtx.c4734 CMP_LT = 2,
4744 logical OR of one of (CMP_LT, CMP_GT) and one of (CMP_LTU, CMP_GTU).
4761 return (known_results & CMP_LT) ? const_true_rtx : const0_rtx;
4764 return (known_results & CMP_LT) ? const0_rtx : const_true_rtx;
4915 REAL_VALUES_LESS (d0, d1) ? CMP_LT : CMP_GT));
4933 int cr = wi::lts_p (ptrueop0, ptrueop1) ? CMP_LT : CMP_GT;
4724 CMP_LT = 2, enumerator in enum:__anon824
/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c3854 { CMP_LT, CMP_EQ, CMP_GT, CMP_UNKNOWN } enumerator in enum:__anon157
3877 return CMP_LT;
3900 return CMP_LT;
3923 return CMP_LT;
4010 if (compare_bound (ar->start[i], as->lower[i]) == CMP_LT)
4064 || ar->stride[i] == NULL) && comp_start_end == CMP_LT)
4065 || (compare_bound_int (ar->stride[i], 0) == CMP_LT
4068 if (compare_bound (AR_START, as->lower[i]) == CMP_LT)
4101 if (compare_bound_mpz_t (as->upper[i], last_value) == CMP_LT)
4482 if (compare_bound_int (ref->u.ss.start, 1) == CMP_LT
[all...]

Completed in 117 milliseconds