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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vrp.cc 606 MIN_OVF and MAX_OVF indicate what type of overflow, if any,
615 wi::overflow_type max_ovf)
634 if ((min_ovf != wi::OVF_NONE) == (max_ovf != wi::OVF_NONE))
650 else if ((min_ovf == wi::OVF_UNDERFLOW && max_ovf == wi::OVF_NONE)
651 || (max_ovf == wi::OVF_OVERFLOW && min_ovf == wi::OVF_NONE))
697 if (max_ovf == wi::OVF_UNDERFLOW)
699 else if (max_ovf == wi::OVF_OVERFLOW)
851 wi::overflow_type max_ovf = wi::OVF_NONE; local
855 combine_bound (code, wmax, max_ovf, expr_type, max_op0, max_op1);
862 && ((bool)min_ovf || (bool)max_ovf
    [all...]

Completed in 23 milliseconds