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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 9088       !DstVT.isVector() || !DstVT.isPow2VectorType() ||
 9088       !DstVT.isVector() || !DstVT.isPow2VectorType() ||
 9093   if (!ExtendUsesToFormExtLoad(DstVT, N, N0, N->getOpcode(), SetCCs, TLI))
 9101   EVT SplitDstVT = DstVT;
 9111   assert(!DstVT.isScalableVector() && "Unexpected scalable vector type");
 9115       DstVT.getVectorNumElements() / SplitDstVT.getVectorNumElements();
 9138   SDValue NewValue = DAG.getNode(ISD::CONCAT_VECTORS, DL, DstVT, Loads);