HomeSort by relevance Sort by last modified time
    Searched refs:clearBitsInMask (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
SmallBitVector.h 532 /// clearBitsInMask - Clear any bits in this vector that are set in Mask.
534 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) {
538 getPointer()->clearBitsInMask(Mask, MaskWords);
BitVector.h 501 /// clearBitsInMask - Clear any bits in this vector that are set in Mask.
503 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) {

Completed in 336 milliseconds