Home | History | Annotate | Download | only in X86

Lines Matching defs:ShVal

1041         SDValue ShVal = N.getNode()->getOperand(0);
1046 if (CurDAG->isBaseWithConstantOffset(ShVal)) {
1047 AM.IndexReg = ShVal.getNode()->getOperand(0);
1049 cast<ConstantSDNode>(ShVal.getNode()->getOperand(1));
1055 AM.IndexReg = ShVal;