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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 6735     V0 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, CastVT, V0,
 6736                      DAG.getConstant(0, DL, MVT::i64));
 6739     V1 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, CastVT, V1,
 6740                      DAG.getConstant(0, DL, MVT::i64));
 6742   return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, V0, V1);