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 529 /// clearBitsInMask - Clear any bits in this vector that are set in Mask.
531 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) {
535 getPointer()->clearBitsInMask(Mask, MaskWords);
BitVector.h 500 /// clearBitsInMask - Clear any bits in this vector that are set in Mask.
502 void clearBitsInMask(const uint32_t *Mask, unsigned MaskWords = ~0u) {

Completed in 444 milliseconds