Lines Matching defs:NotMask
20178 uint64_t NotMask = ~cast<ConstantSDNode>(V->getOperand(1))->getSExtValue();20179 unsigned NotMaskLZ = llvm::countl_zero(NotMask);20181 unsigned NotMaskTZ = llvm::countr_zero(NotMask);20186 if (llvm::countr_one(NotMask >> NotMaskTZ) + NotMaskTZ + NotMaskLZ != 64)