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

Method FindLowerBound

svf/include/Util/SparseBitVector.h:567–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565 return FindLowerBoundImpl(ElementIndex);
566 }
567 ElementListIter FindLowerBound(unsigned ElementIndex)
568 {
569 return FindLowerBoundImpl(ElementIndex);
570 }
571
572 // Iterator to walk set bits in the bitmap. This iterator is a lot uglier
573 // than it would be, in order to be efficient.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected