HomeSort by: relevance | last modified time | path
    Searched refs:les_p (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
sanopt.cc 437 if (wi::les_p (cur_offset, ooffset))
440 else if (!pos_p && wi::les_p (ooffset, cur_offset))
527 && wi::les_p (total_offset, base_size))
530 && wi::les_p (total_offset, base_size))
gimple-ssa-warn-restrict.cc 601 bool hib = wi::les_p (offrng[0], offrng[1]);
984 gcc_assert (wi::les_p (acs.dstoff[0], acs.dstoff[1]));
991 gcc_assert (wi::les_p (acs.srcoff[0], acs.srcoff[1]));
wide-int.cc 2467 ASSERT_TRUE (wi::les_p (a, a));
2468 ASSERT_FALSE (wi::les_p (a, b));
2469 ASSERT_TRUE (wi::les_p (b, a));
pointer-query.cc 355 if (wi::les_p (max, 0))
366 else if (wi::les_p (min - 1, 0))
wide-int.h 525 BINARY_PREDICATE les_p (const T1 &, const T2 &);
1969 wi::les_p (const T1 &x, const T2 &y) function in class:wi
1988 return les_p (x, y);
3254 SIGNED_BINARY_PREDICATE (operator <=, les_p)
fold-const-call.cc 589 if (wi::les_p (arg1, -max_exp_adj) || wi::ges_p (arg1, max_exp_adj))
tree-predcom.cc 1233 gcc_assert (wi::les_p (root->offset, ref->offset));
tree-data-ref.cc 6359 if (wi::les_p (minv, widest_int::from (step_min, sgn))
gimple-fold.cc 5941 if (wi::les_p (ext, wi::to_widest (TYPE_SIZE (vtype))))
  /src/external/gpl3/gcc/dist/gcc/
sanopt.cc 437 if (wi::les_p (cur_offset, ooffset))
440 else if (!pos_p && wi::les_p (ooffset, cur_offset))
527 && wi::les_p (total_offset, base_size))
530 && wi::les_p (total_offset, base_size))
gimple-ssa-warn-restrict.cc 604 bool hib = wi::les_p (offrng[0], offrng[1]);
987 gcc_assert (wi::les_p (acs.dstoff[0], acs.dstoff[1]));
994 gcc_assert (wi::les_p (acs.srcoff[0], acs.srcoff[1]));
wide-int.cc 2593 ASSERT_TRUE (wi::les_p (a, a));
2594 ASSERT_FALSE (wi::les_p (a, b));
2595 ASSERT_TRUE (wi::les_p (b, a));
pointer-query.cc 357 if (wi::les_p (max, 0))
368 else if (wi::les_p (min - 1, 0))
wide-int.h 584 BINARY_PREDICATE les_p (const T1 &, const T2 &);
2362 wi::les_p (const T1 &x, const T2 &y)
2381 return les_p (x, y);
3812 SIGNED_BINARY_PREDICATE (operator <=, les_p)
fold-const-call.cc 585 if (wi::les_p (arg1, -max_exp_adj) || wi::ges_p (arg1, max_exp_adj))
tree-predcom.cc 1264 gcc_assert (wi::les_p (root->offset, ref->offset));
tree-data-ref.cc 6405 if (wi::les_p (minv, widest_int::from (step_min, sgn))
gimple-fold.cc 6077 if (wi::les_p (ext, wi::to_widest (TYPE_SIZE (vtype))))
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit.cc 3116 wi::les_p (wi_min, wi_max),
3338 if (wi::les_p (wi_succ_min, wi_case_max))
  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit.cc 3149 wi::les_p (wi_min, wi_max),
3371 if (wi::les_p (wi_succ_min, wi_case_max))

Completed in 119 milliseconds