Searched refs:ShufOps (Results 1 – 1 of 1) sorted by relevance
412 SmallVector<int, 8> ShufOps; in ExpandINSERT_VECTOR_ELT() local414 ShufOps.push_back(i != InsertPos->getZExtValue() ? i : NumElts); in ExpandINSERT_VECTOR_ELT()416 return DAG.getVectorShuffle(Vec.getValueType(), dl, Vec, ScVec, ShufOps); in ExpandINSERT_VECTOR_ELT()