Home | History | Annotate | Download | only in gcc

Lines Matching defs:meet_with

319   bool meet_with (ipcp_bits_lattice& other, unsigned, signop,
322 bool meet_with (widest_int, widest_int, unsigned);
348 bool meet_with (const value_range *p_vr);
349 bool meet_with (const ipcp_vr_lattice &other);
994 ipcp_vr_lattice::meet_with (const ipcp_vr_lattice &other)
1003 ipcp_vr_lattice::meet_with (const value_range *p_vr)
1142 ipcp_bits_lattice::meet_with (widest_int value, widest_int mask,
1164 ipcp_bits_lattice::meet_with (ipcp_bits_lattice& other, unsigned precision,
2438 return dest_lattice->meet_with (src_lats->bits_lattice, precision,
2444 return dest_lattice->meet_with (jfunc->bits->value, jfunc->bits->mask,
2514 return dest_lat->meet_with (&vr);
2527 return dest_lat->meet_with (&tmpvr);
2536 return dest_lat->meet_with (&vr);
5415 newval.meet_with (ctx);