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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 482 does not overflow. However, MIGHT_WRAP_P says whether an induction
505 tree niters_skip, bool might_wrap_p,
605 if (might_wrap_p)
895 bool might_wrap_p = vect_rgroup_iv_might_wrap_p (loop_vinfo, rgc); local
902 niters_skip, might_wrap_p,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 404 does not overflow. However, MIGHT_WRAP_P says whether an induction
427 tree niters_skip, bool might_wrap_p)
476 if (might_wrap_p)
756 bool might_wrap_p = vect_rgroup_iv_might_wrap_p (loop_vinfo, rgc); local
764 might_wrap_p);

Completed in 19 milliseconds