Home
last modified time | relevance | path

Searched refs:InsertVectorElt (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12529 SDValue InsertVectorElt = VectorShuffle.getOperand(0); in performCommonVectorExtendCombine() local
12531 if (InsertVectorElt.getOpcode() != ISD::INSERT_VECTOR_ELT) in performCommonVectorExtendCombine()
12534 SDValue InsertLane = InsertVectorElt.getOperand(2); in performCommonVectorExtendCombine()
12540 SDValue Extend = InsertVectorElt.getOperand(1); in performCommonVectorExtendCombine()
12574 InsertVectorElt.getOpcode(), DL, PreExtendVT, DAG.getUNDEF(PreExtendVT), in performCommonVectorExtendCombine()