Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DBitVector.h253 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in set() local
292 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in reset() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h253 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in set() local
292 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in reset() local
/external/swiftshader/third_party/subzero/src/
DIceBitVector.h483 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in set() local
523 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in reset() local
/external/llvm-project/llvm/include/llvm/ADT/
DBitVector.h414 BitWord PostfixMask = (BitWord(1) << (E % BITWORD_SIZE)) - 1; in set() local
453 BitWord PostfixMask = (BitWord(1) << (E % BITWORD_SIZE)) - 1; in reset() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBitVector.h431 BitWord PostfixMask = (BitWord(1) << (E % BITWORD_SIZE)) - 1; in set() local
470 BitWord PostfixMask = (BitWord(1) << (E % BITWORD_SIZE)) - 1; in reset() local