Searched refs:ShufOps (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp374 SmallVector<int, 8> ShufOps; local
376 ShufOps.push_back(i != InsertPos->getZExtValue() ? i : NumElts);
378 return DAG.getVectorShuffle(Vec.getValueType(), dl, Vec, ScVec, ShufOps);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp695 SmallVector<int, 8> ShufOps; local
697 ShufOps.push_back(i != InsertPos->getZExtValue() ? i : NumElts);
700 &ShufOps[0]);

Completed in 2668 milliseconds