Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getZExtValue

2952                                              SRLI->getZExtValue());
3003 if (!N01C || N01C->getZExtValue() != 0xFF00)
3013 if (!N11C || N11C->getZExtValue() != 0xFF)
3031 if (N01C->getZExtValue() != 8 || N11C->getZExtValue() != 8)
3040 if (!N001C || N001C->getZExtValue() != 0xFF)
3051 if (!N101C || N101C->getZExtValue() != 0xFF00)
3101 switch (N1C->getZExtValue()) {
3119 if (!C || C->getZExtValue() != 8)
3127 if (!C || C->getZExtValue() != 8)
3136 if (!C || C->getZExtValue() != 8)
3144 if (!C || C->getZExtValue() != 8)
3635 uint64_t LShVal = cast<ConstantSDNode>(LHSShiftAmt)->getZExtValue();
3636 uint64_t RShVal = cast<ConstantSDNode>(RHSShiftAmt)->getZExtValue();
3986 if (N1C && N1C->getZExtValue() >= OpSizeInBits)
4012 uint64_t c1 = N0C1->getZExtValue();
4013 uint64_t c2 = N1C->getZExtValue();
4032 uint64_t c1 = N0Op0C1->getZExtValue();
4033 uint64_t c2 = N1C->getZExtValue();
4054 uint64_t c1 = N0Op0C1->getZExtValue();
4056 uint64_t c2 = N1C->getZExtValue();
4075 uint64_t c1 = N0C1->getZExtValue();
4077 uint64_t c2 = N1C->getZExtValue();
4099 BitSize - N1C->getZExtValue()), VT);
4139 if (N1C && N1C->getZExtValue() >= OpSizeInBits)
4147 unsigned LowBits = OpSizeInBits - (unsigned)N1C->getZExtValue();
4161 unsigned Sum = N1C->getZExtValue() + C1->getZExtValue();
4180 EVT TruncVT = EVT::getIntegerVT(Ctx, OpSizeInBits - N1C->getZExtValue());
4186 signed ShiftAmt = N1C->getZExtValue() - N01C->getZExtValue();
4227 unsigned LargeShiftVal = LargeShift->getZExtValue();
4232 DAG.getConstant(LargeShiftVal + N1C->getZExtValue(),
4282 if (N1C && N1C->getZExtValue() >= OpSizeInBits)
4295 uint64_t c1 = N01C->getZExtValue();
4296 uint64_t c2 = N1C->getZExtValue();
4309 cast<ConstantSDNode>(N0.getOperand(0)->getOperand(1))->getZExtValue();
4310 uint64_t c2 = N1C->getZExtValue();
4329 uint64_t ShAmt = N1C->getZExtValue() + 64 - BitSize;
4340 if (N1C->getZExtValue() >= BitSize)
4344 uint64_t ShiftAmt = N1C->getZExtValue();
4358 if (N1C && N1C->getZExtValue() + 1 == OpSizeInBits) {
4841 const APInt &C = APInt(VTBits, CurrentND->getAPIntValue().getZExtValue());
4843 Elts.push_back(DAG.getConstant(C.shl(ShAmt).ashr(ShAmt).getZExtValue(),
4846 Elts.push_back(DAG.getConstant(C.shl(ShAmt).lshr(ShAmt).getZExtValue(),
5440 unsigned ShAmtVal = cast<ConstantSDNode>(ShAmt)->getZExtValue();
5646 unsigned Amt = RHSC->getZExtValue();
5689 VT.getSizeInBits() - N01->getZExtValue());
5704 ShAmt = N01->getZExtValue();
5736 ShLeftAmt = N01->getZExtValue();
5880 if (ShAmt->getZExtValue()+EVTBits <= VTBits) {
5884 if (VTBits-(ShAmt->getZExtValue()+EVTBits) < InSignBits)
5946 const APInt &C = APInt(VTBits, CurrentND->getAPIntValue().getZExtValue());
5947 Elts.push_back(DAG.getConstant(C.shl(ShAmt).ashr(ShAmt).getZExtValue(),
6012 int Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
8544 Shift = cast<ConstantSDNode>(User->getOperand(1))->getZExtValue();
9532 bitcastToAPInt().getZExtValue(), MVT::i32);
9542 getZExtValue(), MVT::i64);
9552 uint64_t Val = CFP->getValueAPF().bitcastToAPInt().getZExtValue();
9727 unsigned Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
9739 cast<ConstantSDNode>(InVec.getOperand(2))->getZExtValue();
9800 int Elt = ConstEltNo->getZExtValue();
9891 int Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
9971 int Elt = cast<ConstantSDNode>(EltNo)->getZExtValue();
10277 unsigned ExtIndex = cast<ConstantSDNode>(ExtVal)->getZExtValue();
10286 unsigned Idx = cast<ConstantSDNode>(ExtVal)->getZExtValue();
10448 if (CS->getZExtValue() != IdentityIndex)
10471 unsigned Idx = dyn_cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
10503 if (InsIdx->getZExtValue() * SmallVT.getScalarType().getSizeInBits() ==
10504 ExtIdx->getZExtValue() * NVT.getScalarType().getSizeInBits())
11462 Offset += C->getZExtValue();