Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39175 SmallVector<int, 2> OpInputIdx; in combineX86ShufflesRecursively() local
39177 OpInputIdx.push_back( in combineX86ShufflesRecursively()
39178 AddOp(OpInput, OpInputIdx.empty() ? SrcOpIndex : -1)); in combineX86ShufflesRecursively()
39252 assert(0 <= OpInputIdx[InputIdx] && "Unknown target shuffle input"); in combineX86ShufflesRecursively()
39253 OpMaskedIdx += OpInputIdx[InputIdx] * MaskWidth; in combineX86ShufflesRecursively()