Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11033 int NumV1OddIndices = 0, NumV2OddIndices = 0; in lowerVectorShuffle() local
11038 NumV1OddIndices += i % 2; in lowerVectorShuffle()
11039 if (NumV2OddIndices < NumV1OddIndices) in lowerVectorShuffle()