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

References

lib/Target/X86/X86ISelLowering.cpp
25393   case ISD::SDIV:      isSigned = true;  LC = RTLIB::SDIV_I128;    break;
25394   case ISD::UDIV:      isSigned = false; LC = RTLIB::UDIV_I128;    break;
25395   case ISD::SREM:      isSigned = true;  LC = RTLIB::SREM_I128;    break;
25396   case ISD::UREM:      isSigned = false; LC = RTLIB::UREM_I128;    break;
25397   case ISD::SDIVREM:   isSigned = true;  LC = RTLIB::SDIVREM_I128; break;
25398   case ISD::UDIVREM:   isSigned = false; LC = RTLIB::UDIVREM_I128; break;
25421   SDValue Callee = DAG.getExternalSymbol(getLibcallName(LC),
25428           getLibcallCallingConv(LC),