Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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