Searched refs:ShufMask2 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 14220 static const int ShufMask2[] = {0, 1, 4, 5}; in LowerTRUNCATE() local 14221 SDValue res = DAG.getVectorShuffle(MVT::v4i32, DL, OpLo, OpHi, ShufMask2); in LowerTRUNCATE() 16152 SmallVector<int,8> ShufMask2(NumElems, -1); in LowerSIGN_EXTEND() local 16154 ShufMask2[i] = i + NumElems/2; in LowerSIGN_EXTEND() 16156 SDValue OpHi = DAG.getVectorShuffle(InVT, dl, In, Undef, ShufMask2); in LowerSIGN_EXTEND()
|