Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9841 SmallVector<unsigned, 4> InsertIndices; in buildFromShuffleMostly() local
9852 if (InsertIndices.size() > 1) in buildFromShuffleMostly()
9855 InsertIndices.push_back(i); in buildFromShuffleMostly()
9893 for (unsigned Idx : InsertIndices) in buildFromShuffleMostly()