Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:BSwapOp

4950       SDValue BSwapOp = Op1.getOperand(0);
4952 if (BSwapOp.getValueType() == MVT::i16)
4953 BSwapOp = DAG.getNode(ISD::ANY_EXTEND, SDLoc(N), MVT::i32, BSwapOp);
4956 N->getOperand(0), BSwapOp, N->getOperand(2),