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

References

lib/Target/X86/X86ISelLowering.cpp
18330   assert((Op.getOpcode() == ISD::SINT_TO_FP ||
18331           Op.getOpcode() == ISD::UINT_TO_FP) && "Unexpected opcode!");
18332   SDValue Src = Op.getOperand(0);
18334   MVT VT = Op.getSimpleValueType();
18347   SDLoc dl(Op);
18349   SDValue CvtVec = DAG.getNode(Op.getOpcode(), dl, VecVT, InVec);