Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12115 SDValue InsertVectorElt = VectorShuffle.getOperand(0); in performCommonVectorExtendCombine() local
12117 if (InsertVectorElt.getOpcode() != ISD::INSERT_VECTOR_ELT) in performCommonVectorExtendCombine()
12120 SDValue InsertLane = InsertVectorElt.getOperand(2); in performCommonVectorExtendCombine()
12126 SDValue Extend = InsertVectorElt.getOperand(1); in performCommonVectorExtendCombine()
12160 InsertVectorElt.getOpcode(), DL, PreExtendVT, DAG.getUNDEF(PreExtendVT), in performCommonVectorExtendCombine()