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

/freebsd-11.0-release/contrib/gcc/
H A Doptabs.h306 #define umin_optab (optab_table[OTI_umin]) macro
H A Doptabs.c296 return TYPE_UNSIGNED (type) ? umin_optab : smin_optab;
5256 umin_optab = init_optab (UMIN);
5428 init_integral_libfuncs (umin_optab, "umin", '3');

Completed in 171 milliseconds