Lines Matching refs:SRA_PARTS
734 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
4252 /// LowerShiftRightParts - Lower SRA_PARTS, which returns two
4264 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL;
4266 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
6864 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG);