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

  /src/external/gpl3/gcc.old/dist/gcc/
omp-general.cc 633 tree n2cur local
637 n1cur, n2cur);
648 n2first = n2cur;
652 t4 = fold_binary (MINUS_EXPR, itype, n2cur, t4);
661 t4 = fold_binary (PLUS_EXPR, itype, n2cur, t4);
682 t4 = fold_binary (MINUS_EXPR, itype, n2cur, t4);
697 n2last = n2cur;
701 t4 = fold_binary (PLUS_EXPR, itype, n2cur, t4);
  /src/external/gpl3/gcc/dist/gcc/
omp-general.cc 662 tree n2cur local
666 n1cur, n2cur);
677 n2first = n2cur;
681 t4 = fold_binary (MINUS_EXPR, itype, n2cur, t4);
690 t4 = fold_binary (PLUS_EXPR, itype, n2cur, t4);
711 t4 = fold_binary (MINUS_EXPR, itype, n2cur, t4);
726 n2last = n2cur;
730 t4 = fold_binary (PLUS_EXPR, itype, n2cur, t4);

Completed in 37 milliseconds