Home | History | Annotate | Download | only in X86

Lines Matching refs:SRA_PARTS

500   setOperationAction(ISD::SRA_PARTS       , MVT::i32  , Custom);
504 setOperationAction(ISD::SRA_PARTS , MVT::i64 , Custom);
7905 /// LowerShiftParts - Lower SRA_PARTS and friends, which return two i32 values
7912 bool isSRA = Op.getOpcode() == ISD::SRA_PARTS;
12121 case ISD::SRA_PARTS: