Home
last modified time | relevance | path

Searched refs:initvr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvr-values.c1838 value_range initvr; in adjust_range_with_scev() local
1841 initvr = *(get_value_range (init)); in adjust_range_with_scev()
1843 initvr.set (init); in adjust_range_with_scev()
1852 && compare_values (maxvr.min (), initvr.min ()) != -1) in adjust_range_with_scev()
1854 && compare_values (maxvr.max (), initvr.max ()) != 1)) in adjust_range_with_scev()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvr-values.cc1740 value_range initvr; in bounds_of_var_in_loop() local
1743 initvr = *(query->get_value_range (init, stmt)); in bounds_of_var_in_loop()
1745 initvr.set (init); in bounds_of_var_in_loop()
1754 && compare_values (maxvr.min (), initvr.min ()) != -1) in bounds_of_var_in_loop()
1756 && compare_values (maxvr.max (), initvr.max ()) != 1)) in bounds_of_var_in_loop()