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

Declarations

include/llvm/CodeGen/RuntimeLibcalls.h
   45   Libcall getFPTOSINT(EVT OpVT, EVT RetVT);

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  470     return RTLIB::getFPTOSINT(FromMVT, ToMVT);
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  956       LC = Signed ? RTLIB::getFPTOSINT(SVT, NVT):RTLIB::getFPTOUINT(SVT, NVT);
 1751   RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT);
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 2563   RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT);
lib/Target/AArch64/AArch64ISelLowering.cpp
 2495     LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(), Op.getValueType());
lib/Target/ARM/ARMISelLowering.cpp
 5366       LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(),
lib/Target/X86/X86ISelLowering.cpp
19524       LC = RTLIB::getFPTOSINT(SrcVT, VT);