Lines Matching refs:getSExtValue
71 int32_t Inc = cast<ConstantSDNode>(Offset.getNode())->getSExtValue(); in SelectIndexedLoad()
207 SDValue I = CurDAG->getTargetConstant(Inc->getSExtValue(), dl, MVT::i32); in LoadInstrForLoadIntrinsic()
392 SDValue I = CurDAG->getTargetConstant(Inc->getSExtValue(), DL, MVT::i32); in SelectNewCircIntrinsic()
427 SDValue I = CurDAG->getTargetConstant(Inc->getSExtValue(), DL, MVT::i32); in SelectNewCircIntrinsic()
470 int32_t Inc = cast<ConstantSDNode>(Offset.getNode())->getSExtValue(); in SelectIndexedStore()
580 int32_t ShlConst = cast<ConstantSDNode>(Shl_1)->getSExtValue(); in SelectSHL()
587 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL()
603 if (C1->getSExtValue() != 0 || Sub_1.getOpcode() != ISD::SHL) in SelectSHL()
608 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL()
723 unsigned Opc = (cast<ConstantSDNode>(N)->getSExtValue() != 0) in SelectConstant()
813 int Mask = -cast<ConstantSDNode>(A.getNode())->getSExtValue(); in SelectVAlignAddr()
1401 uint64_t NewOff = GA->getOffset() + (uint64_t)Const->getSExtValue(); in SelectGlobalAddress()
1594 int64_t V = CN->getSExtValue(); in isPositiveHalfWord()
1704 cast<ConstantSDNode>(L.Value)->getSExtValue() == 1) in push()
1707 cast<ConstantSDNode>(L.Value)->getSExtValue() == 0) in push()
2094 << Offset->getSExtValue() << "): "); in balanceSubTree()
2100 GANode->getOffset() + (uint64_t)Offset->getSExtValue()); in balanceSubTree()