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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 2577   if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteFloat)
 2578     Op = GetPromotedFloat(Op);
 2578     Op = GetPromotedFloat(Op);
 2580   RTLIB::Libcall LC = RTLIB::getFPTOUINT(Op.getValueType(), VT);
 2583   SplitInteger(TLI.makeLibCall(DAG, LC, VT, Op, CallOptions, dl).first,