Home | History | Annotate | Download | only in ARM

Lines Matching refs:SRA_PARTS

608   setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
3382 /// LowerShiftRightParts - Lower SRA_PARTS, which returns two
3394 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL;
3396 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
5171 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG);