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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3422     LC = RTLIB::MULO_I32;
 3424     LC = RTLIB::MULO_I64;
 3426     LC = RTLIB::MULO_I128;
 3427   assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported XMULO!");
 3454   SDValue Func = DAG.getExternalSymbol(TLI.getLibcallName(LC), PtrVT);
 3459       .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Func, std::move(Args))