Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp7364 int LoPos = (i % NumEltsInLane) / 2 + LaneStart + NumElts * (i % 2); in lowerVectorShuffleWithUNPCK() local
7365 int HiPos = LoPos + NumEltsInLane / 2; in lowerVectorShuffleWithUNPCK()
7366 Unpckl[i] = LoPos; in lowerVectorShuffleWithUNPCK()