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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 2560   if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat)
 2561     Op = GetPromotedFloat(Op);
 2561     Op = GetPromotedFloat(Op);
 2563   RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT);
 2567   SplitInteger(TLI.makeLibCall(DAG, LC, VT, Op, CallOptions, dl).first,