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

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.cc 751 return meet_with_1 (other.m_vr);
760 return meet_with_1 (p_vr);
767 ipcp_vr_lattice::meet_with_1 (const vrange &other_vr) function in class:ipcp_vr_lattice
886 ipcp_bits_lattice::meet_with_1 (widest_int value, widest_int mask, function in class:ipcp_bits_lattice
920 return meet_with_1 (value, mask, precision, false);
980 return meet_with_1 (adjusted_value, adjusted_mask, precision,
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 334 bool meet_with_1 (widest_int, widest_int, unsigned, bool);
354 bool meet_with_1 (const value_range *other_vr);
996 return meet_with_1 (&other.m_vr);
1005 return meet_with_1 (p_vr);
1012 ipcp_vr_lattice::meet_with_1 (const value_range *other_vr) function in class:ipcp_vr_lattice
1121 ipcp_bits_lattice::meet_with_1 (widest_int value, widest_int mask, function in class:ipcp_bits_lattice
1155 return meet_with_1 (value, mask, precision, false);
1215 return meet_with_1 (adjusted_value, adjusted_mask, precision,

Completed in 34 milliseconds