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