Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:ShiftAmt

906   SDValue ShiftAmt = N->getOperand(1);
907 EVT ShiftAmtVT = ShiftAmt.getValueType();
923 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(ShiftAmt)) {
943 ShiftAmt,
947 ShiftAmt,
974 SDValue ShiftAmt = N->getOperand(1);
975 EVT ShiftAmtVT = ShiftAmt.getValueType();
982 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(ShiftAmt)) {
1002 ShiftAmt,
1006 ShiftAmt,
1043 SDValue ShiftAmt = N->getOperand(1);
1044 EVT ShiftAmtVT = ShiftAmt.getValueType();
1072 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(ShiftAmt)) {
1094 ShiftAmt, CurDAG->getTargetConstant(0, ShiftAmtVT));