Lines Matching refs:m_value_range
342 ipcp_vr_lattice m_value_range; variable
563 plats->m_value_range.print (f); in print_all_lattices()
1164 ret |= plats->m_value_range.set_to_bottom (); in set_all_contains_variable()
1296 plats->m_value_range.set_to_bottom (); in initialize_node_lattices()
1300 plats->m_value_range.init (); in initialize_node_lattices()
2403 ipcp_vr_lattice *dest_lat = &dest_plats->m_value_range;
2422 if (src_lats->m_value_range.bottom_p ())
2428 &src_lats->m_value_range.m_vr,
2441 &src_lats->m_value_range.m_vr, &op_vr);
2914 ret |= dest_plats->m_value_range.set_to_bottom ();
5877 if (!plats->m_value_range.bottom_p ()
5878 && !plats->m_value_range.top_p ())
5896 if (!plats->m_value_range.bottom_p ()
5897 && !plats->m_value_range.top_p ())
5900 vr.type = plats->m_value_range.m_vr.kind ();
5901 vr.min = wi::to_wide (plats->m_value_range.m_vr.min ());
5902 vr.max = wi::to_wide (plats->m_value_range.m_vr.max ());