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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c3488 machine_mode div_mode; local
3489 FOR_EACH_MODE_FROM (div_mode, mode)
3490 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc4346 machine_mode div_mode; local
4347 FOR_EACH_MODE_FROM (div_mode, mode)
4348 if (optab_handler (div_optab, div_mode) != CODE_FOR_nothing)

Completed in 172 milliseconds