Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21181 static const int ShufMask2[] = {0, 2, -1, -1}; in LowerTRUNCATE() local
21182 In = DAG.getVectorShuffle(MVT::v4i64, DL, In, In, ShufMask2); in LowerTRUNCATE()
21204 static const int ShufMask2[] = {0, 1, 4, 5}; in LowerTRUNCATE() local
21205 SDValue res = DAG.getVectorShuffle(MVT::v4i32, DL, OpLo, OpHi, ShufMask2); in LowerTRUNCATE()