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

  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 1344 #define known_lt(A, B) (!maybe_ge (A, B)) macro
2516 if (known_lt (val, pos))
2542 && known_lt (start_span::cast (val) - start_span::cast (pos),
2588 && known_lt (start_span::cast (pos2)
2591 && known_lt (start_span::cast (pos1)
  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 1404 #define known_lt(A, B) (!maybe_ge (A, B)) macro
2580 if (known_lt (val, pos))
2606 && known_lt (start_span::cast (val) - start_span::cast (pos),
2652 && known_lt (start_span::cast (pos2)
2655 && known_lt (start_span::cast (pos1)

Completed in 70 milliseconds