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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 2785     LC = RTLIB::MUL_I16;
 2787     LC = RTLIB::MUL_I32;
 2789     LC = RTLIB::MUL_I64;
 2791     LC = RTLIB::MUL_I128;
 2793   if (LC == RTLIB::UNKNOWN_LIBCALL || !TLI.getLibcallName(LC)) {
 2793   if (LC == RTLIB::UNKNOWN_LIBCALL || !TLI.getLibcallName(LC)) {
 2844   SplitInteger(TLI.makeLibCall(DAG, LC, VT, Ops, CallOptions, dl).first,