Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp16550 SDValue ExtractVec = InsertElt.getOperand(0); in removeRedundantInsertVectorElt() local
16560 if (N->getValueType(0) != ExtractVec.getValueType()) in removeRedundantInsertVectorElt()
16563 if (!isLanes1toNKnownZero(ExtractVec)) in removeRedundantInsertVectorElt()
16567 return ExtractVec; in removeRedundantInsertVectorElt()