Lines Matching defs:BitMask
19247 uint64_t BitMask = Bits == 64 ? -1ULL : ((1ULL << Bits) - 1);19254 (BitMask & ~Val1.getZExtValue()) == Val2.getZExtValue()) {19268 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) {