Lines Matching refs:ConstantSDNode
2540 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
2597 ConstantSDNode *OrdN = cast<ConstantSDNode>(Op.getOperand(1));
2620 unsigned isRead = ~cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue() & 1;
2626 unsigned isData = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue();
3041 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) {
3140 const ConstantSDNode *CMOVTrue =
3141 dyn_cast<ConstantSDNode>(Cond.getOperand(0));
3142 const ConstantSDNode *CMOVFalse =
3143 dyn_cast<ConstantSDNode>(Cond.getOperand(1));
3599 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
3619 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
3980 if (!isa<ConstantSDNode>(N->getOperand(1)) ||
3981 cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() != 1)
4574 if (!isa<ConstantSDNode>(N))
4576 Val = cast<ConstantSDNode>(N)->getZExtValue();
4657 if (!isa<ConstantFPSDNode>(V) && !isa<ConstantSDNode>(V))
4696 isa<ConstantSDNode>(Value->getOperand(1))) {
4702 ConstantSDNode *constIndex;
4703 constIndex = dyn_cast<ConstantSDNode>(Value->getOperand(1));
4833 if (!isa<ConstantSDNode>(V.getOperand(1)))
4835 unsigned EltNo = cast<ConstantSDNode>(V.getOperand(1))->getZExtValue();
4924 int ExtractElt = cast<ConstantSDNode>(Op.getOperand(i)
5136 !isa<ConstantSDNode>(V1.getOperand(0))) {
5258 if (!isa<ConstantSDNode>(Lane))
5267 if (!isa<ConstantSDNode>(Lane))
5314 ConstantSDNode *Lo0 = dyn_cast<ConstantSDNode>(BVN->getOperand(LoElt));
5315 ConstantSDNode *Hi0 = dyn_cast<ConstantSDNode>(BVN->getOperand(HiElt));
5316 ConstantSDNode *Lo1 = dyn_cast<ConstantSDNode>(BVN->getOperand(LoElt+2));
5317 ConstantSDNode *Hi1 = dyn_cast<ConstantSDNode>(BVN->getOperand(HiElt+2));
5336 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Elt)) {
5469 ConstantSDNode *C = cast<ConstantSDNode>(N->getOperand(i));
7765 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N);
7945 ConstantSDNode *C0 = dyn_cast<ConstantSDNode>(ExtVec0->getOperand(1));
7946 ConstantSDNode *C1 = dyn_cast<ConstantSDNode>(ExtVec1->getOperand(1));
8245 ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(1));
8463 ConstantSDNode *MaskC = dyn_cast<ConstantSDNode>(MaskOp);
8471 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
8490 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
8533 N00.getOpcode() == ISD::SHL && isa<ConstantSDNode>(N00.getOperand(1)) &&
8538 unsigned ShAmtC = cast<ConstantSDNode>(ShAmt)->getZExtValue();
8578 ConstantSDNode *N11C = dyn_cast<ConstantSDNode>(N1.getOperand(1));
8581 unsigned InvMask = cast<ConstantSDNode>(N->getOperand(2))->getZExtValue();
8887 } else if (Elt.getOpcode() == ISD::UNDEF || isa<ConstantSDNode>(Elt))
9045 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
9099 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) {
9162 unsigned IntNo = cast<ConstantSDNode>(VLD->getOperand(1))->getZExtValue();
9179 cast<ConstantSDNode>(VLD->getOperand(NumVecs+3))->getZExtValue();
9187 VLDLaneNo != cast<ConstantSDNode>(User->getOperand(1))->getZExtValue())
9247 unsigned Imm = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
9437 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue();
9608 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(N1)) {
9666 isa<ConstantSDNode>(Lane)) {
9787 (ARMCC::CondCodes)cast<ConstantSDNode>(ARMcc)->getZExtValue();
9874 switch (cast<ConstantSDNode>(N->getOperand(1))->getZExtValue()) {
10241 if (ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(Ptr->getOperand(1))) {
10255 if (ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(Ptr->getOperand(1))) {
10298 if (ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(Ptr->getOperand(1))) {
10595 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op);