Searched defs:nonzero_bits (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-ccp.c | 252 extend_mask (const wide_int &nonzero_bits, signop sgn) in extend_mask() 299 wide_int nonzero_bits = get_nonzero_bits (var); in get_default_value() local 1012 wide_int nonzero_bits in ccp_finalize() local 2064 wide_int nonzero_bits = get_nonzero_bits (lhs); in evaluate_stmt() local
|
H A D | gimple-pretty-print.c | 2249 wide_int min, max, nonzero_bits; in dump_ssaname_info() local
|
H A D | tree-vrp.c | 337 const wide_int &nonzero_bits, in intersect_range_with_nonzero_bits()
|
H A D | rtlanal.c | 4356 nonzero_bits (const_rtx x, machine_mode mode) in nonzero_bits() function
|
H A D | ipa-prop.c | 5601 wide_int nonzero_bits = wide_int::from (bits[i]->mask, prec, UNSIGNED) in ipcp_update_bits() local
|
H A D | combine.c | 239 unsigned HOST_WIDE_INT nonzero_bits; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-ccp.cc | 253 extend_mask (const wide_int &nonzero_bits, signop sgn) in extend_mask() 300 wide_int nonzero_bits = get_nonzero_bits (var); in get_default_value() local 1013 wide_int nonzero_bits in ccp_finalize() local 2443 wide_int nonzero_bits = get_nonzero_bits (lhs); in evaluate_stmt() local
|
H A D | gimple-pretty-print.cc | 2338 wide_int min, max, nonzero_bits; in dump_ssaname_info() local
|
H A D | tree-vrp.cc | 167 const wide_int &nonzero_bits, in intersect_range_with_nonzero_bits()
|
H A D | ipa-prop.cc | 5883 wide_int nonzero_bits = wide_int::from (bits[i]->mask, prec, UNSIGNED) in ipcp_update_bits() local
|
H A D | combine.cc | 225 unsigned HOST_WIDE_INT nonzero_bits; member
|