Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SRA_PARTS

391     setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
396 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
6164 case ISD::SRA_PARTS: return LowerSRA_PARTS(Op, DAG);