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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 6682 tree bigshift; local
6703 bigshift = build_int_cst (type, 0);
6709 bigshift = fold_build3_loc (input_location, COND_EXPR, type, nonneg,
6748 bigshift, se->expr);
trans-intrinsic.cc 6682 tree bigshift; local
6703 bigshift = build_int_cst (type, 0);
6709 bigshift = fold_build3_loc (input_location, COND_EXPR, type, nonneg,
6748 bigshift, se->expr);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 6690 tree bigshift; local
6711 bigshift = build_int_cst (type, 0);
6717 bigshift = fold_build3_loc (input_location, COND_EXPR, type, nonneg,
6756 bigshift, se->expr);
trans-intrinsic.cc 6690 tree bigshift; local
6711 bigshift = build_int_cst (type, 0);
6717 bigshift = fold_build3_loc (input_location, COND_EXPR, type, nonneg,
6756 bigshift, se->expr);

Completed in 78 milliseconds