Home
last modified time | relevance | path

Searched refs:getSmallRawBits (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h113 uintptr_t getSmallRawBits() const { in getSmallRawBits() function
125 return getSmallRawBits() >> SmallNumDataBits; in getSmallSize()
134 return getSmallRawBits() & ~(~uintptr_t(0) << getSmallSize()); in getSmallBits()
351 uintptr_t OldBits = getSmallRawBits(); in reserve()