github.com/llir/llvm@v0.3.6/asm/testdata/inst_vector.ll (about) 1 define void @f() { 2 0: 3 %1 = extractelement <2 x i32> <i32 1, i32 2>, i64 1 4 %2 = insertelement <2 x i32> <i32 4, i32 6>, i32 5, i64 1 5 %3 = shufflevector <2 x i32> <i32 7, i32 8>, <2 x i32> <i32 9, i32 10>, <4 x i32> <i32 3, i32 2, i32 1, i32 0> 6 ret void 7 }