Home
last modified time | relevance | path

Searched refs:CMP_GT (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dresolve.cc4550 { CMP_LT, CMP_EQ, CMP_GT, CMP_UNKNOWN }; enumerator
4574 return CMP_GT; in compare_bound()
4596 return CMP_GT; in compare_bound_int()
4618 return CMP_GT; in compare_bound_mpz_t()
4644 if (compare_bound (start, end) == CMP_GT) in compute_last_value_for_triplet()
4650 if (compare_bound_int (stride, 0) == CMP_GT) in compute_last_value_for_triplet()
4718 if (compare_bound (ar->start[i], as->upper[i]) == CMP_GT) in check_dimension()
4757 || ((comp_stride_zero == CMP_GT || ar->stride[i] == NULL) in check_dimension()
4760 && comp_start_end == CMP_GT)) in check_dimension()
4770 if (compare_bound (AR_START, as->upper[i]) == CMP_GT) in check_dimension()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dresolve.c4464 { CMP_LT, CMP_EQ, CMP_GT, CMP_UNKNOWN }; enumerator
4488 return CMP_GT; in compare_bound()
4510 return CMP_GT; in compare_bound_int()
4532 return CMP_GT; in compare_bound_mpz_t()
4558 if (compare_bound (start, end) == CMP_GT) in compute_last_value_for_triplet()
4564 if (compare_bound_int (stride, 0) == CMP_GT) in compute_last_value_for_triplet()
4632 if (compare_bound (ar->start[i], as->upper[i]) == CMP_GT) in check_dimension()
4671 || ((comp_stride_zero == CMP_GT || ar->stride[i] == NULL) in check_dimension()
4674 && comp_start_end == CMP_GT)) in check_dimension()
4684 if (compare_bound (AR_START, as->upper[i]) == CMP_GT) in check_dimension()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsimplify-rtx.c5410 CMP_GT = 4, enumerator
5443 return (known_results & CMP_GT) ? const_true_rtx : const0_rtx; in comparison_result()
5446 return (known_results & CMP_GT) ? const0_rtx : const_true_rtx; in comparison_result()
5588 real_less (d0, d1) ? CMP_LT : CMP_GT)); in simplify_const_relational_operation()
5606 int cr = wi::lts_p (ptrueop0, ptrueop1) ? CMP_LT : CMP_GT; in simplify_const_relational_operation()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsimplify-rtx.cc5939 CMP_GT = 4, enumerator
5972 return (known_results & CMP_GT) ? const_true_rtx : const0_rtx; in comparison_result()
5975 return (known_results & CMP_GT) ? const0_rtx : const_true_rtx; in comparison_result()
6117 real_less (d0, d1) ? CMP_LT : CMP_GT)); in simplify_const_relational_operation()
6135 int cr = wi::lts_p (ptrueop0, ptrueop1) ? CMP_LT : CMP_GT; in simplify_const_relational_operation()