Home | History | Annotate | Download | only in X86

Lines Matching refs:SRL_PARTS

556   setOperationAction(ISD::SRL_PARTS       , MVT::i32  , Custom);
560 setOperationAction(ISD::SRL_PARTS , MVT::i64 , Custom);
12821 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG);