Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7416 SmallVector<unsigned, 4> InsertIndices; in buildFromShuffleMostly() local
7427 if (InsertIndices.size() > 1) in buildFromShuffleMostly()
7430 InsertIndices.push_back(i); in buildFromShuffleMostly()
7468 for (unsigned Idx : InsertIndices) in buildFromShuffleMostly()