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

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.cc 841 ipcp_bits_lattice::set_to_constant (widest_int value, widest_int mask) function in class:ipcp_bits_lattice
917 return set_to_constant (value, mask);
977 return set_to_constant (adjusted_value, adjusted_mask);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 313 bool set_to_constant (widest_int, widest_int);
1076 ipcp_bits_lattice::set_to_constant (widest_int value, widest_int mask) function in class:ipcp_bits_lattice
1152 return set_to_constant (value, mask);
1212 return set_to_constant (adjusted_value, adjusted_mask);

Completed in 32 milliseconds