Searched refs:NextInsertElt (Results 1 – 1 of 1) sorted by relevance
8712 SDValue NextInsertElt = StVal.getOperand(0); in replaceSplatVectorStore() local8713 if (NextInsertElt.getOpcode() != ISD::INSERT_VECTOR_ELT) in replaceSplatVectorStore()8715 if (NextInsertElt.getOperand(1) != SplatVal) in replaceSplatVectorStore()8717 StVal = NextInsertElt; in replaceSplatVectorStore()