Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21248 SDValue ExtractVec = InsertElt.getOperand(0); in removeRedundantInsertVectorElt() local
21258 if (N->getValueType(0) != ExtractVec.getValueType()) in removeRedundantInsertVectorElt()
21261 if (!isLanes1toNKnownZero(ExtractVec)) in removeRedundantInsertVectorElt()
21265 return ExtractVec; in removeRedundantInsertVectorElt()