reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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; 1715 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SDIV!"); 1717 return ARMEmitLibcall(I, LC);