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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 4155   assert(NOutVT.isVector() && "This type must be promoted to a vector type");
 4156   EVT NOutVTElem = NOutVT.getVectorElementType();
 4160   return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, NOutVT, Op);