Searched refs:initvr (Results 1 – 2 of 2) sorted by relevance
1838 value_range initvr; in adjust_range_with_scev() local1841 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()
1740 value_range initvr; in bounds_of_var_in_loop() local1743 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()