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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 2620     LC = RTLIB::LLRINT_F32;
 2622     LC = RTLIB::LLRINT_F64;
 2624     LC = RTLIB::LLRINT_F80;
 2626     LC = RTLIB::LLRINT_F128;
 2628     LC = RTLIB::LLRINT_PPCF128;
 2629   assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpected llrint input type!");
 2639   SplitInteger(TLI.makeLibCall(DAG, LC, RetVT, Op, CallOptions, dl).first,