reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMFastISel.cpp
 1706     LC = isSigned ? RTLIB::SDIV_I8 : RTLIB::UDIV_I8;
 1708     LC = isSigned ? RTLIB::SDIV_I16 : RTLIB::UDIV_I16;
 1710     LC = isSigned ? RTLIB::SDIV_I32 : RTLIB::UDIV_I32;
 1712     LC = isSigned ? RTLIB::SDIV_I64 : RTLIB::UDIV_I64;
 1714     LC = isSigned ? RTLIB::SDIV_I128 : RTLIB::UDIV_I128;