HomeSort by: relevance | last modified time | path
    Searched defs:known_ge (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 1350 #define known_ge(A, B) (!maybe_lt (A, B)) macro
1467 gcc_checking_assert (known_ge (a, POLY_INT_TYPE (Ca) (0)));
1477 if (known_ge (a, b))
2541 && known_ge (val, pos)
2612 && known_ge (pos1, pos2)
poly-int.h 1350 #define known_ge(A, B) (!maybe_lt (A, B)) macro
1467 gcc_checking_assert (known_ge (a, POLY_INT_TYPE (Ca) (0)));
1477 if (known_ge (a, b))
2541 && known_ge (val, pos)
2612 && known_ge (pos1, pos2)
  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 1410 #define known_ge(A, B) (!maybe_lt (A, B)) macro
1527 gcc_checking_assert (known_ge (a, POLY_INT_TYPE (Ca) (0)));
1537 if (known_ge (a, b))
2605 && known_ge (val, pos)
2676 && known_ge (pos1, pos2)
poly-int.h 1410 #define known_ge(A, B) (!maybe_lt (A, B)) macro
1527 gcc_checking_assert (known_ge (a, POLY_INT_TYPE (Ca) (0)));
1537 if (known_ge (a, b))
2605 && known_ge (val, pos)
2676 && known_ge (pos1, pos2)

Completed in 59 milliseconds