Home | History | Annotate | Download | only in ARM

Lines Matching refs:SHL_PARTS

622   setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
4036 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
4049 assert(Op.getOpcode() == ISD::SHL_PARTS);
6227 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG);