MCPcopy Create free account
hub / github.com/SVF-tools/SVF / word

Method word

svf/include/Util/SparseBitVector.h:301–305  ·  view source on GitHub ↗

Return the bits that make up word Idx in our element.

Source from the content-addressed store, hash-verified

299
300 // Return the bits that make up word Idx in our element.
301 BitWord word(unsigned Idx) const
302 {
303 assert(Idx < BITWORDS_PER_ELEMENT);
304 return Bits[Idx];
305 }
306
307 unsigned index() const
308 {

Callers 2

AdvanceToFirstNonZeroMethod · 0.80
AdvanceToNextNonZeroMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected