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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4054 static const int ShiftRightMask[] = {-1, 0, -1, 2, -1, 4, -1, 6 }; local
4055 Op1 = DAG.getVectorShuffle(VT, dl, Op1, UndefNode, ShiftRightMask);

Completed in 1303 milliseconds