Home | History | Annotate | Download | only in X86

Lines Matching refs:SRA_PARTS

474   setOperationAction(ISD::SRA_PARTS       , MVT::i32  , Custom);
478 setOperationAction(ISD::SRA_PARTS , MVT::i64 , Custom);
7455 /// LowerShiftParts - Lower SRA_PARTS and friends, which return two i32 values
7462 bool isSRA = Op.getOpcode() == ISD::SRA_PARTS;
10845 case ISD::SRA_PARTS: