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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssanames.cc 488 get_nonzero_bits (const_tree name) function
510 return tmp.get_nonzero_bits ();
542 if (wi::eq_p (get_nonzero_bits (op), 1))
value-range.h 146 wide_int get_nonzero_bits () const;
191 irange_bitmask::get_nonzero_bits () const function in class:irange_bitmask
327 wide_int get_nonzero_bits () const;
value-range.cc 1212 && wi::bit_and (m_bitmask.get_nonzero_bits (), cst) == 0)
1906 unsigned popcount = wi::popcount (m_bitmask.get_nonzero_bits ());
1913 if (!contains_p (m_bitmask.get_nonzero_bits ()))
1917 wide_int nz = m_bitmask.get_nonzero_bits ();
2001 irange::get_nonzero_bits () const function in class:irange
2645 ASSERT_TRUE (r0.get_nonzero_bits () == 0xff);
2653 ASSERT_TRUE (r0.get_nonzero_bits () == 0xf0);
2659 ASSERT_TRUE (r0.get_nonzero_bits () == 0xff);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssanames.cc 385 ri->set_nonzero_bits (ri->get_nonzero_bits () & (ri->get_min () | xorv));
406 if (ri->get_nonzero_bits () == -1)
459 get_nonzero_bits (const_tree name) function
480 return ri->get_nonzero_bits ();
517 if (wi::eq_p (get_nonzero_bits (op), 1))

Completed in 35 milliseconds