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

/external/llvm/include/llvm/ADT/
H A DSmallBitVector.h532 /// clearBitsInMask - Clear any bits in this vector that are set in Mask.
534 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) { function in class:llvm::SmallBitVector
538 getPointer()->clearBitsInMask(Mask, MaskWords);
H A DBitVector.h501 /// clearBitsInMask - Clear any bits in this vector that are set in Mask.
503 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) {

Completed in 188 milliseconds