Home | History | Annotate | Download | only in CellSPU

Lines Matching defs:ShiftAmt

907   SDValue ShiftAmt = N->getOperand(1);
908 EVT ShiftAmtVT = ShiftAmt.getValueType();
924 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(ShiftAmt)) {
944 ShiftAmt,
948 ShiftAmt,
975 SDValue ShiftAmt = N->getOperand(1);
976 EVT ShiftAmtVT = ShiftAmt.getValueType();
983 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(ShiftAmt)) {
1003 ShiftAmt,
1007 ShiftAmt,
1044 SDValue ShiftAmt = N->getOperand(1);
1045 EVT ShiftAmtVT = ShiftAmt.getValueType();
1073 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(ShiftAmt)) {
1095 ShiftAmt, CurDAG->getTargetConstant(0, ShiftAmtVT));