Lines Matching refs:getZExtValue

654               (isInt<16>(C->getSExtValue()) || isUInt<16>(C->getZExtValue())))  in supportedAddressingMode()
820 if (isUInt<8>(C->getZExtValue())) in getSingleConstraintMatchWeight()
826 if (isUInt<12>(C->getZExtValue())) in getSingleConstraintMatchWeight()
844 if (C->getZExtValue() == 0x7fffffff) in getSingleConstraintMatchWeight()
959 if (isUInt<8>(C->getZExtValue())) in LowerAsmOperandForConstraint()
960 Ops.push_back(DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op), in LowerAsmOperandForConstraint()
966 if (isUInt<12>(C->getZExtValue())) in LowerAsmOperandForConstraint()
967 Ops.push_back(DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op), in LowerAsmOperandForConstraint()
987 if (C->getZExtValue() == 0x7fffffff) in LowerAsmOperandForConstraint()
988 Ops.push_back(DAG.getTargetConstant(C->getZExtValue(), SDLoc(Op), in LowerAsmOperandForConstraint()
1511 unsigned Id = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in isIntrinsicWithCCAndChain()
1537 unsigned Id = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in isIntrinsicWithCC()
1781 uint64_t Value = ConstOp1->getZExtValue(); in adjustSubwordCmp()
1830 Value != ConstOp1->getZExtValue()) in adjustSubwordCmp()
1872 if (ConstOp1 && ConstOp1->getZExtValue() == 0) in shouldSwapCmpOperands()
1890 isUInt<16>(ConstOp1->getZExtValue())) in shouldSwapCmpOperands()
1909 cast<ConstantSDNode>(C.Op0.getOperand(1))->getZExtValue() == 0xffffffff) in shouldSwapCmpOperands()
1973 cast<ConstantSDNode>(C.Op1)->getZExtValue() == 0) { in adjustForLTGFR()
1975 if (C1 && C1->getZExtValue() == 32) { in adjustForLTGFR()
1998 cast<ConstantSDNode>(C.Op1)->getZExtValue() == 0) { in adjustICmpTruncate()
2018 uint64_t Amount = Shift->getZExtValue(); in isSimpleShift()
2130 uint64_t CmpVal = ConstOp1->getZExtValue(); in adjustForTestUnderMask()
2142 MaskVal = Mask->getZExtValue(); in adjustForTestUnderMask()
2204 if (Mask && Mask->getZExtValue() == MaskVal) in adjustForTestUnderMask()
2223 if ((~Known.Zero).getZExtValue() & ~Mask->getZExtValue()) in adjustForRedundantAnd()
2269 uint64_t Constant = cast<ConstantSDNode>(CmpOp1)->getZExtValue(); in getCmp()
2556 cast<ConstantSDNode>(Neg.getOperand(0))->getZExtValue() == 0 && in isAbsolute()
2591 cast<ConstantSDNode>(C.Op1)->getZExtValue() == 0) { in lowerSELECT_CC()
2844 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in lowerFRAMEADDR()
2875 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in lowerRETURNADDR()
3004 dyn_cast<ConstantSDNode>(Align)->getZExtValue() : 0); in lowerDYNAMIC_STACKALLOC()
3174 uint64_t Masks[] = { Known[0].Zero.getZExtValue(), in lowerOR()
3175 Known[1].Zero.getZExtValue() }; in lowerOR()
3194 int64_t Value = int32_t(cast<ConstantSDNode>(LowOp)->getZExtValue()); in lowerOR()
3204 uint64_t Mask = cast<ConstantSDNode>(HighOp.getOperand(1))->getZExtValue(); in lowerOR()
3390 cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue()); in lowerATOMIC_FENCE()
3392 cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue()); in lowerATOMIC_FENCE()
3639 bool IsData = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue(); in lowerPREFETCH()
3645 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in lowerPREFETCH()
3694 unsigned Id = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in lowerINTRINSIC_WO_CHAIN()
4274 Value = cast<ConstantSDNode>(Op)->getZExtValue(); in tryBuildVectorByteMask()
4277 .getZExtValue()); in tryBuildVectorByteMask()
4357 unsigned Elem = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in tryBuildVectorShuffle()
4564 uint64_t SplatBitsZ = SplatBits.getZExtValue(); in lowerBUILD_VECTOR()
4565 uint64_t SplatUndefZ = SplatUndef.getZExtValue(); in lowerBUILD_VECTOR()
4664 uint64_t Index = cast<ConstantSDNode>(Op2)->getZExtValue(); in lowerINSERT_VECTOR_ELT()
4691 uint64_t Index = CIndexN->getZExtValue(); in lowerEXTRACT_VECTOR_ELT()
4741 SDValue Shift = DAG.getConstant(SplatBits.getZExtValue() & 0xfff, in lowerShift()
5242 unsigned NewIndex = (IndexN->getZExtValue() + 1) * Scale - 1; in combineTruncateExtract()
5268 SDValue Ops[] = { DAG.getConstant(TrueOp->getZExtValue(), DL, VT), in combineZERO_EXTEND()
5269 DAG.getConstant(FalseOp->getZExtValue(), DL, VT), in combineZERO_EXTEND()
5319 unsigned NewShlAmt = ShlAmt->getZExtValue() + Extra; in combineSIGN_EXTEND()
5320 unsigned NewSraAmt = SraAmt->getZExtValue() + Extra; in combineSIGN_EXTEND()
5344 cast<ConstantSDNode>(Op0.getOperand(0))->getZExtValue() == 0) { in combineMERGE()
5466 IndexN->getZExtValue(), DCI, false); in combineEXTRACT_VECTOR_ELT()
5496 cast<ConstantSDNode>(Op0.getOperand(1))->getZExtValue() == 0) { in combineFP_ROUND()
5504 cast<ConstantSDNode>(U->getOperand(1))->getZExtValue() == 1) { in combineFP_ROUND()
5543 cast<ConstantSDNode>(Op0.getOperand(1))->getZExtValue() == 0) { in combineFP_EXTEND()
5551 cast<ConstantSDNode>(U->getOperand(1))->getZExtValue() == 2) { in combineFP_EXTEND()
5652 if (CompareRHS->getZExtValue() == FalseVal->getZExtValue()) in combineCCMask()
5654 else if (CompareRHS->getZExtValue() != TrueVal->getZExtValue()) in combineCCMask()
5662 CCValid = NewCCValid->getZExtValue(); in combineCCMask()
5663 CCMask = NewCCMask->getZExtValue(); in combineCCMask()
5675 if (!SRACount || SRACount->getZExtValue() != 30) in combineCCMask()
5681 if (!SHLCount || SHLCount->getZExtValue() != 30 - SystemZ::IPM_CC) in combineCCMask()
5691 if (CompareRHS->getZExtValue() != 0) in combineCCMask()
5723 int CCValidVal = CCValid->getZExtValue(); in combineBR_CCMASK()
5724 int CCMaskVal = CCMask->getZExtValue(); in combineBR_CCMASK()
5747 int CCValidVal = CCValid->getZExtValue(); in combineSELECT_CCMASK()
5748 int CCMaskVal = CCMask->getZExtValue(); in combineSELECT_CCMASK()
5770 int CCValidVal = CCValid->getZExtValue(); in combineGET_CCMASK()
5771 int CCMaskVal = CCMask->getZExtValue(); in combineGET_CCMASK()
5781 int SelectCCValidVal = SelectCCValid->getZExtValue(); in combineGET_CCMASK()
5782 int SelectCCMaskVal = SelectCCMask->getZExtValue(); in combineGET_CCMASK()
5788 if (TrueVal->getZExtValue() != 0 && FalseVal->getZExtValue() == 0) in combineGET_CCMASK()
5790 else if (TrueVal->getZExtValue() == 0 && FalseVal->getZExtValue() != 0) in combineGET_CCMASK()
5857 unsigned Id = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in getDemandedSrcElements()
5901 unsigned Mask = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue(); in getDemandedSrcElements()
5910 unsigned FirstIdx = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue(); in getDemandedSrcElements()
5987 unsigned Id = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in computeKnownBitsForTargetNode()
6089 unsigned Id = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in ComputeNumSignBitsForTargetNode()