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

/freebsd-12-stable/contrib/gcc/
H A Doptabs.h307 #define umax_optab (optab_table[OTI_umax]) macro
H A Doptabs.c293 return TYPE_UNSIGNED (type) ? umax_optab : smax_optab;
5257 umax_optab = init_optab (UMAX);
5429 init_integral_libfuncs (umax_optab, "umax", '3');

Completed in 114 milliseconds