Home | History | Annotate | Download | only in ARM

Lines Matching refs:SHL_PARTS

659   setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
3760 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
3773 assert(Op.getOpcode() == ISD::SHL_PARTS);
5885 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG);