Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:N0

2839     SDValue N0 = N->getOperand(0);
2841 if (N0.hasOneUse() && N0.getOpcode() == ISD::SRA) {
2842 auto *SraAmt = dyn_cast<ConstantSDNode>(N0.getOperand(1));
2843 SDValue Inner = N0.getOperand(0);
2847 N0.getValueType().getSizeInBits());
2850 EVT ShiftVT = N0.getOperand(1).getValueType();
2855 return DAG.getNode(ISD::SRA, SDLoc(N0), VT, Shl,