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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 6724   if (VT.getVectorElementType() != V0.getValueType().getVectorElementType() ||
 6725       VT.getVectorElementType() != V1.getValueType().getVectorElementType())
 6730   if (!isConcatMask(Mask, VT, SplitV0))
 6733   EVT CastVT = VT.getHalfNumVectorElementsVT(*DAG.getContext());
 6742   return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, V0, V1);