Home | History | Annotate | Download | only in AArch64

Lines Matching refs:SRA_PARTS

145   setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
1591 case ISD::SRA_PARTS:
3695 /// LowerShiftRightParts - Lower SRA_PARTS, which returns two
3707 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL;
3709 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);