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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 2592     LC = RTLIB::LLROUND_F32;
 2594     LC = RTLIB::LLROUND_F64;
 2596     LC = RTLIB::LLROUND_F80;
 2598     LC = RTLIB::LLROUND_F128;
 2600     LC = RTLIB::LLROUND_PPCF128;
 2601   assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unexpected llround input type!");
 2611   SplitInteger(TLI.makeLibCall(DAG, LC, RetVT, Op, CallOptions, dl).first,