Home
last modified time | relevance | path

Searched defs:PostfixMask (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DBitVector.h432 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in set() local
471 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in reset() local