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

  /src/external/gpl3/gcc/dist/gcc/
stor-layout.cc 373 int_mode_for_mode (machine_mode mode)
425 /* Reuse the sanity checks from int_mode_for_mode. */
426 gcc_checking_assert ((int_mode_for_mode (mode), true));
585 if (int_mode_for_mode (GET_MODE_INNER (vector_mode)).exists (&int_mode))
371 int_mode_for_mode (machine_mode mode) function
  /src/external/gpl3/gcc.old/dist/gcc/
stor-layout.cc 373 int_mode_for_mode (machine_mode mode)
425 /* Reuse the sanity checks from int_mode_for_mode. */
426 gcc_checking_assert ((int_mode_for_mode (mode), true));
557 if (int_mode_for_mode (GET_MODE_INNER (vector_mode)).exists (&int_mode))
371 int_mode_for_mode (machine_mode mode) function

Completed in 89 milliseconds