Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NotMask

7546   uint64_t NotMask = ~cast<ConstantSDNode>(V->getOperand(1))->getSExtValue();
7547 unsigned NotMaskLZ = countLeadingZeros(NotMask);
7549 unsigned NotMaskTZ = countTrailingZeros(NotMask);
7554 if (CountTrailingOnes_64(NotMask >> NotMaskTZ)+NotMaskTZ+NotMaskLZ != 64)