Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getZExtValue

604       unsigned ShAmt = SA->getZExtValue();
617 unsigned C1= cast<ConstantSDNode>(InOp.getOperand(1))->getZExtValue();
666 ->getZExtValue();
683 KnownZero <<= SA->getZExtValue();
684 KnownOne <<= SA->getZExtValue();
686 KnownZero |= APInt::getLowBitsSet(BitWidth, SA->getZExtValue());
692 unsigned ShAmt = SA->getZExtValue();
706 unsigned C1= cast<ConstantSDNode>(InOp.getOperand(1))->getZExtValue();
745 unsigned ShAmt = SA->getZExtValue();
985 uint64_t ShVal = ShAmt->getZExtValue();
992 HighBits = HighBits.lshr(ShAmt->getZExtValue()).trunc(BitWidth);
994 if (ShAmt->getZExtValue() < BitWidth && !(HighBits & NewMask)) {
2143 if (C) Offs += C->getZExtValue();