Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp25380 int RootIdx = i / RootRatio; in combineX86ShufflesRecursively() local
25381 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()
25383 Mask.push_back(RootMask[RootIdx]); in combineX86ShufflesRecursively()
25387 int RootMaskedIdx = RootMask[RootIdx] * RootRatio + i % RootRatio; in combineX86ShufflesRecursively()