Home | History | Annotate | Download | only in ARM

Lines Matching refs:UDIV

141   setOperationAction(ISD::UDIV, VT, Expand);
519 setOperationAction(ISD::UDIV, MVT::v4i16, Custom);
520 setOperationAction(ISD::UDIV, MVT::v8i8, Custom);
657 setOperationAction(ISD::UDIV, MVT::i32, Expand);
5985 "unexpected type for custom-lowering ISD::UDIV");
6242 case ISD::UDIV: return LowerUDIV(Op, DAG);