Lines Matching full:sext
11 ;CHECK: cost of 2 {{.*}} sext
12 %B = sext <4 x i1> undef to <4 x i32>
19 ;CHECK-NOT: cost of 2 {{.*}} sext
20 %E = sext <8 x i1> undef to <8 x i32>
38 ;CHECK: cost of 9 {{.*}} sext
39 %S = sext <8 x i1> %in to <8 x i32>
41 ;CHECK: cost of 1 {{.*}} sext
42 %A = sext <8 x i16> undef to <8 x i32>
45 ;CHECK: cost of 1 {{.*}} sext
46 %C = sext <4 x i32> undef to <4 x i64>
47 ;CHECK: cost of 6 {{.*}} sext
48 %C1 = sext <4 x i8> undef to <4 x i64>
49 ;CHECK: cost of 6 {{.*}} sext
50 %C2 = sext <4 x i16> undef to <4 x i64>
69 ;CHECK: cost of 9 {{.*}} sext
70 %S = sext <8 x i1> %in to <8 x i32>
75 ;CHECK: cost of 8 {{.*}} sext
76 %S = sext <4 x i1> %in to <4 x i64>