Lines Matching defs:NotMask
19754 uint64_t NotMask = ~cast<ConstantSDNode>(V->getOperand(1))->getSExtValue();19755 unsigned NotMaskLZ = llvm::countl_zero(NotMask);19757 unsigned NotMaskTZ = llvm::countr_zero(NotMask);19762 if (llvm::countr_one(NotMask >> NotMaskTZ) + NotMaskTZ + NotMaskLZ != 64)