Home | History | Annotate | Download | only in Mips

Lines Matching full:shiftright

572   SDValue ShiftRight = N->getOperand(0), Mask = N->getOperand(1);
573 unsigned ShiftRightOpc = ShiftRight.getOpcode();
581 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
599 ShiftRight.getOperand(0), DAG.getConstant(Pos, MVT::i32),