Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:ConstantSDNode

110     ConstantSDNode *N = cast<ConstantSDNode>(S);
120 ConstantSDNode *N = cast<ConstantSDNode>(S);
130 ConstantSDNode *N = cast<ConstantSDNode>(S);
140 ConstantSDNode *N = cast<ConstantSDNode>(S);
150 ConstantSDNode *N = cast<ConstantSDNode>(S);
160 ConstantSDNode *N = cast<ConstantSDNode>(S);
170 ConstantSDNode *N = cast<ConstantSDNode>(S);
352 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
416 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
490 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
601 int32_t Val = cast<ConstantSDNode>(OffsetNode)->getSExtValue();
914 cast<ConstantSDNode>(ShiftOp1.getNode())->getSExtValue();
1007 cast<ConstantSDNode>(Shl_1.getNode())->getSExtValue();
1009 cast<ConstantSDNode>(Mul_1.getNode())->getSExtValue();
1013 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val.getNode()))
1028 cast<ConstantSDNode>(Sub_0.getNode())->getSExtValue();
1035 cast<ConstantSDNode>(Shl_1.getNode())->getSExtValue();
1037 cast<ConstantSDNode>(Shl2_1.getNode())->getSExtValue();
1040 if (ConstantSDNode *CN =
1041 dyn_cast<ConstantSDNode>(Val.getNode()))
1075 cast<ConstantSDNode>(IsIntrinsic->getOperand(0))->getZExtValue();
1115 unsigned ID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue();
1141 } else if (RC == NULL && (dyn_cast<ConstantSDNode>(Arg) != NULL)) {
1144 int32_t Val = cast<ConstantSDNode>(Arg)->getSExtValue();
1169 int32_t Val = cast<ConstantSDNode>(N)->getSExtValue();
1427 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))