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

  /src/external/gpl3/gcc/dist/gcc/
tree-scalar-evolution.cc 3065 wide_int base_min, base_max, step_min, step_max, type_min, type_max;
3088 step_max = r.upper_bound ();
3117 if (sgn == UNSIGNED || !wi::neg_p (step_max))
3120 if (wi::gtu_p (wi::mul (step_max, nit2, UNSIGNED, &overflow),
3058 wide_int base_min, base_max, step_min, step_max, type_min, type_max; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-scalar-evolution.cc 3039 wide_int base_min, base_max, step_min, step_max, type_min, type_max;
3060 step_max = r.upper_bound ();
3089 if (sgn == UNSIGNED || !wi::neg_p (step_max))
3092 if (wi::gtu_p (wi::mul (step_max, nit2, UNSIGNED, &overflow),
3032 wide_int base_min, base_max, step_min, step_max, type_min, type_max; local

Completed in 21 milliseconds