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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 6827 tree lrot; local
6931 lrot = fold_build2_loc (input_location, LROTATE_EXPR, type, args[0], args[1]);
6941 rrot = fold_build3_loc (input_location, COND_EXPR, type, tmp, lrot, rrot);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 6835 tree lrot; local
6953 lrot = fold_build2_loc (input_location, LROTATE_EXPR, type, args[0], args[1]);
6963 rrot = fold_build3_loc (input_location, COND_EXPR, type, tmp, lrot, rrot);

Completed in 40 milliseconds