Home | History | Annotate | Download | only in ARM

Lines Matching refs:SHL_PARTS

607   setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
3418 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
3431 assert(Op.getOpcode() == ISD::SHL_PARTS);
5169 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG);