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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 2011 tree m2minusm1 local
2123 t = fold_build2 (MULT_EXPR, itype, m2minusm1, ostep);
2174 t = fold_build2 (TRUNC_DIV_EXPR, itype, t, m2minusm1);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 2010 tree m2minusm1 local
2122 t = fold_build2 (MULT_EXPR, itype, m2minusm1, ostep);
2173 t = fold_build2 (TRUNC_DIV_EXPR, itype, t, m2minusm1);

Completed in 27 milliseconds