reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/SmallBitVector.h
  123   size_t getSmallSize() const { return getSmallRawBits() >> SmallNumDataBits; }
  131     return getSmallRawBits() & ~(~uintptr_t(0) << getSmallSize());
  348         uintptr_t OldBits = getSmallRawBits();