Home
last modified time | relevance | path

Searched refs:ipcp_get_parm_bits (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.h1057 bool ipcp_get_parm_bits (tree, tree *, widest_int *);
H A Dtree-ssa-ccp.c305 && ipcp_get_parm_bits (SSA_NAME_VAR (var), &value, &mask)) in get_default_value()
H A Dipa-prop.c5504 ipcp_get_parm_bits (tree parm, tree *value, widest_int *mask) in ipcp_get_parm_bits() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.h1228 bool ipcp_get_parm_bits (tree, tree *, widest_int *);
H A Dtree-ssa-ccp.cc306 && ipcp_get_parm_bits (SSA_NAME_VAR (var), &value, &mask)) in get_default_value()
H A Dipa-prop.cc5784 ipcp_get_parm_bits (tree parm, tree *value, widest_int *mask) in ipcp_get_parm_bits() function
H A DChangeLog-2019568 * ipa-prop.c (ipcp_get_parm_bits): New function.
569 * ipa-prop.h (ipcp_get_parm_bits): Declare.
572 (get_default_value): Use ipcp_get_parm_bits.
H A DChangeLog-20207148 (ipcp_get_parm_bits): Update.