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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc 4039 tree common_type, uutype, var, cstep_common; local
4049 uutype = unsigned_type_for (utype);
4070 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
4076 cbase = fold_convert (uutype, cbase);
4077 cstep = fold_convert (uutype, cstep);
4078 var = fold_convert (uutype, var);
4099 /* In case both UBASE and CBASE are shortened to UUTYPE from some common
4101 wider type, and cast the result to UUTYPE. We do not need to worry about
4102 overflows, as all the arithmetics will in the end be performed in UUTYPE
4109 tree_to_aff_combination (var, uutype, aff_var)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 3998 tree common_type, uutype, var, cstep_common; local
4008 uutype = unsigned_type_for (utype);
4029 if (TYPE_PRECISION (inner_type) <= TYPE_PRECISION (uutype))
4035 cbase = fold_convert (uutype, cbase);
4036 cstep = fold_convert (uutype, cstep);
4037 var = fold_convert (uutype, var);
4058 /* In case both UBASE and CBASE are shortened to UUTYPE from some common
4060 wider type, and cast the result to UUTYPE. We do not need to worry about
4061 overflows, as all the arithmetics will in the end be performed in UUTYPE
4068 tree_to_aff_combination (var, uutype, aff_var)
    [all...]

Completed in 48 milliseconds