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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 7653 tree diff_type2 = TREE_TYPE (fd->loops[ix].step); local
7654 if (TYPE_PRECISION (diff_type) < TYPE_PRECISION (diff_type2))
7655 diff_type = diff_type2;
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 7564 tree diff_type2 = TREE_TYPE (fd->loops[ix].step); local
7565 if (TYPE_PRECISION (diff_type) < TYPE_PRECISION (diff_type2))
7566 diff_type = diff_type2;

Completed in 40 milliseconds