Lines Matching refs:nsw
28 ; CHECK: %res7 = add nsw i1 %x1, %x1
29 %res7 = add nsw i1 %x1, %x1
31 ; CHECK: %res8 = add nuw nsw i1 %x1, %x1
32 %res8 = add nuw nsw i1 %x1, %x1
39 ; CHECK: %res1 = add nuw nsw <2 x i8> %x1, %x1
40 %res1 = add nuw nsw <2 x i8> %x1, %x1
42 ; CHECK-NEXT: %res2 = add nuw nsw <3 x i8> %x2, %x2
43 %res2 = add nuw nsw <3 x i8> %x2, %x2
45 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i8> %x3, %x3
46 %res3 = add nuw nsw <4 x i8> %x3, %x3
48 ; CHECK-NEXT: %res4 = add nuw nsw <8 x i8> %x4, %x4
49 %res4 = add nuw nsw <8 x i8> %x4, %x4
51 ; CHECK-NEXT: %res5 = add nuw nsw <16 x i8> %x5, %x5
52 %res5 = add nuw nsw <16 x i8> %x5, %x5
59 ; CHECK: %res1 = add nuw nsw <2 x i16> %x1, %x1
60 %res1 = add nuw nsw <2 x i16> %x1, %x1
62 ; CHECK-NEXT: %res2 = add nuw nsw <3 x i16> %x2, %x2
63 %res2 = add nuw nsw <3 x i16> %x2, %x2
65 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i16> %x3, %x3
66 %res3 = add nuw nsw <4 x i16> %x3, %x3
68 ; CHECK-NEXT: %res4 = add nuw nsw <8 x i16> %x4, %x4
69 %res4 = add nuw nsw <8 x i16> %x4, %x4
71 ; CHECK-NEXT: %res5 = add nuw nsw <16 x i16> %x5, %x5
72 %res5 = add nuw nsw <16 x i16> %x5, %x5
79 ; CHECK: %res1 = add nuw nsw <2 x i32> %x1, %x1
80 %res1 = add nuw nsw <2 x i32> %x1, %x1
82 ; CHECK-NEXT: %res2 = add nuw nsw <3 x i32> %x2, %x2
83 %res2 = add nuw nsw <3 x i32> %x2, %x2
85 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i32> %x3, %x3
86 %res3 = add nuw nsw <4 x i32> %x3, %x3
88 ; CHECK-NEXT: %res4 = add nuw nsw <8 x i32> %x4, %x4
89 %res4 = add nuw nsw <8 x i32> %x4, %x4
91 ; CHECK-NEXT: %res5 = add nuw nsw <16 x i32> %x5, %x5
92 %res5 = add nuw nsw <16 x i32> %x5, %x5
99 ; CHECK: %res1 = add nuw nsw <2 x i64> %x1, %x1
100 %res1 = add nuw nsw <2 x i64> %x1, %x1
102 ; CHECK-NEXT: %res2 = add nuw nsw <3 x i64> %x2, %x2
103 %res2 = add nuw nsw <3 x i64> %x2, %x2
105 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i64> %x3, %x3
106 %res3 = add nuw nsw <4 x i64> %x3, %x3
108 ; CHECK-NEXT: %res4 = add nuw nsw <8 x i64> %x4, %x4
109 %res4 = add nuw nsw <8 x i64> %x4, %x4
111 ; CHECK-NEXT: %res5 = add nuw nsw <16 x i64> %x5, %x5
112 %res5 = add nuw nsw <16 x i64> %x5, %x5
125 ; CHECK: %res3 = sub nsw i8 %x1, %x1
126 %res3 = sub nsw i8 %x1, %x1
128 ; CHECK: %res4 = sub nuw nsw i8 %x1, %x1
129 %res4 = sub nuw nsw i8 %x1, %x1