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

Declarations

include/llvm/CodeGen/RuntimeLibcalls.h
   49   Libcall getFPTOUINT(EVT OpVT, EVT RetVT);

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  472     return RTLIB::getFPTOUINT(FromMVT, ToMVT);
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  956       LC = Signed ? RTLIB::getFPTOSINT(SVT, NVT):RTLIB::getFPTOUINT(SVT, NVT);
 1761   RTLIB::Libcall LC = RTLIB::getFPTOUINT(N->getOperand(0).getValueType(), RVT);
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 2580   RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT);
lib/Target/AArch64/AArch64ISelLowering.cpp
 2497     LC = RTLIB::getFPTOUINT(Op.getOperand(0).getValueType(), Op.getValueType());
lib/Target/ARM/ARMISelLowering.cpp
 5369       LC = RTLIB::getFPTOUINT(Op.getOperand(0).getValueType(),
lib/Target/X86/X86ISelLowering.cpp
19526       LC = RTLIB::getFPTOUINT(SrcVT, VT);