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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
 1544   assert(N->getValueType(0) == MVT::ppcf128 && "Unsupported XINT_TO_FP!");
 1545   EVT VT = N->getValueType(0);
 1547   SDValue Src = N->getOperand(0);
 1549   bool isSigned = N->getOpcode() == ISD::SINT_TO_FP;
 1550   SDLoc dl(N);