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

  /src/external/gpl3/gcc.old/dist/gcc/
omp-general.cc 760 tree llutype = long_long_unsigned_type_node; local
761 t = fold_convert (llutype, t);
783 t2 = fold_convert (llutype, t2);
786 t = fold_build2 (MULT_EXPR, llutype, t,
788 tree t3 = fold_build2 (MINUS_EXPR, llutype,
790 build_one_cst (llutype));
791 t3 = fold_build2 (MULT_EXPR, llutype, t3,
793 t3 = fold_build2 (TRUNC_DIV_EXPR, llutype, t3,
794 build_int_cst (llutype, 2));
795 t2 = fold_build2 (MULT_EXPR, llutype, t2, t3)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-general.cc 790 tree llutype = long_long_unsigned_type_node; local
791 t = fold_convert (llutype, t);
813 t2 = fold_convert (llutype, t2);
816 t = fold_build2 (MULT_EXPR, llutype, t,
818 tree t3 = fold_build2 (MINUS_EXPR, llutype,
820 build_one_cst (llutype));
821 t3 = fold_build2 (MULT_EXPR, llutype, t3,
823 t3 = fold_build2 (TRUNC_DIV_EXPR, llutype, t3,
824 build_int_cst (llutype, 2));
825 t2 = fold_build2 (MULT_EXPR, llutype, t2, t3)
    [all...]

Completed in 60 milliseconds