Home | History | Annotate | Download | only in ARM

Lines Matching refs:SDIVREM

683     setOperationAction(ISD::SDIVREM, MVT::i32, Custom);
686 setOperationAction(ISD::SDIVREM, MVT::i32, Expand);
6255 case ISD::SDIVREM:
10554 assert((Opcode == ISD::SDIVREM || Opcode == ISD::UDIVREM) &&
10556 bool isSigned = (Opcode == ISD::SDIVREM);