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

/external/llvm/include/llvm/ADT/
H A DSmallBitVector.h107 uintptr_t getSmallRawBits() const { function in class:llvm::SmallBitVector
119 return getSmallRawBits() >> SmallNumDataBits;
128 return getSmallRawBits() & ~(~uintptr_t(0) << getSmallSize());
271 uintptr_t OldBits = getSmallRawBits();

Completed in 84 milliseconds