Home
last modified time | relevance | path

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

/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/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DBitVector.h432 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in set() local
471 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in reset() local