Lines Matching full:undef
12 ; CHECK: cost of 0 {{.*}} extractelement <2 x i64> undef, i32 0
13 ; CHECK: cost of 2 {{.*}} extractelement <2 x i64> undef, i32 1
14 %t1 = extractelement <2 x i64> undef, i32 0
15 %t2 = extractelement <2 x i64> undef, i32 1
20 ; CHECK: cost of 0 {{.*}} insertelement <2 x i64> undef, i64 undef, i32 0
21 ; CHECK: cost of 2 {{.*}} insertelement <2 x i64> undef, i64 undef, i32 1
22 %t3 = insertelement <2 x i64> undef, i64 undef, i32 0
23 %t4 = insertelement <2 x i64> undef, i64 undef, i32 1