Home | History | Annotate | Download | only in X86

Lines Matching refs:SRL_PARTS

475   setOperationAction(ISD::SRL_PARTS       , MVT::i32  , Custom);
479 setOperationAction(ISD::SRL_PARTS , MVT::i64 , Custom);
10846 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG);