Home | History | Annotate | Download | only in Mips

Lines Matching refs:ShiftRight

551   SDValue ShiftRight = N->getOperand(0), Mask = N->getOperand(1);
554 if (ShiftRight.getOpcode() != ISD::SRA && ShiftRight.getOpcode() != ISD::SRL)
560 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
577 ShiftRight.getOperand(0),