Lines Matching defs:ImmS
3343 unsigned ImmS = Width - 1;
3374 CurDAG->getTargetConstant(ImmS, DL, VT)};
3592 unsigned ImmR, ImmS;
3601 if (isBitfieldExtractOp(CurDAG, OrOpd0, BFXOpc, Src, ImmR, ImmS,
3611 Width = ImmS - ImmR + 1;
3619 // can share the ImmR and ImmS values from the already-computed UBFM.
3624 ImmS = Width - 1;
3666 CurDAG->getTargetConstant(ImmS, DL, VT)};
3715 unsigned ImmS = Width - 1;
3720 CurDAG->getTargetConstant(ImmS, DL, VT)};
3767 // ImmS is the most significant bit of the source to be moved.
3768 unsigned ImmS = Width - 1;
3772 CurDAG->getTargetConstant(ImmS, DL, VT)};