Searched refs:EltStride (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5538 unsigned EltStride = NumElems >> 1; local
5539 while (EltStride != 0) {
5540 for (unsigned i = 0; i < EltStride; ++i) {
5541 // If V[i+EltStride] is undef and this is the first round of mixing,
5546 if (V[i+EltStride].getOpcode() == ISD::UNDEF &&
5547 EltStride == NumElems/2)
5550 V[i] = getUnpackl(DAG, dl, VT, V[i], V[i + EltStride]);
5552 EltStride >>= 1;

Completed in 63 milliseconds