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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
 1548   EVT SrcVT = Src.getValueType();
 1557     Src = DAG.getNode(isSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl,
 1558                       MVT::i32, Src);
 1561     Hi = DAG.getNode(ISD::SINT_TO_FP, dl, NVT, Src);
 1565       Src = DAG.getNode(isSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl,
 1566                         MVT::i64, Src);
 1569       Src = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i128, Src);
 1569       Src = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i128, Src);
 1576     Hi = TLI.makeLibCall(DAG, LC, VT, Src, CallOptions, dl).first;
 1585   SrcVT = Src.getValueType();
 1612   Lo = DAG.getSelectCC(dl, Src, DAG.getConstant(0, dl, SrcVT),