Lines Matching refs:x1
8 define void @add(i1 %x1, i8 %x2 ,i16 %x3, i32 %x4, i64 %x5){
10 ; CHECK: %res1 = add i1 %x1, %x1
11 %res1 = add i1 %x1, %x1
25 ; CHECK: %res6 = add nuw i1 %x1, %x1
26 %res6 = add nuw i1 %x1, %x1
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
37 define void @addvec8NuwNsw(<2 x i8> %x1, <3 x i8> %x2 ,<4 x i8> %x3, <8 x i8> %x4, <16 x i8> %x5){
39 ; CHECK: %res1 = add nuw nsw <2 x i8> %x1, %x1
40 %res1 = add nuw nsw <2 x i8> %x1, %x1
57 define void @addvec16NuwNsw(<2 x i16> %x1, <3 x i16> %x2 ,<4 x i16> %x3, <8 x i16> %x4, <16 x i16> …
59 ; CHECK: %res1 = add nuw nsw <2 x i16> %x1, %x1
60 %res1 = add nuw nsw <2 x i16> %x1, %x1
77 define void @addvec32NuwNsw(<2 x i32> %x1, <3 x i32> %x2 ,<4 x i32> %x3, <8 x i32> %x4, <16 x i32> …
79 ; CHECK: %res1 = add nuw nsw <2 x i32> %x1, %x1
80 %res1 = add nuw nsw <2 x i32> %x1, %x1
97 define void @addvec64NuwNsw(<2 x i64> %x1, <3 x i64> %x2 ,<4 x i64> %x3, <8 x i64> %x4, <16 x i64> …
99 ; CHECK: %res1 = add nuw nsw <2 x i64> %x1, %x1
100 %res1 = add nuw nsw <2 x i64> %x1, %x1
117 define void @sub(i8 %x1){
119 ; CHECK: %res1 = sub i8 %x1, %x1
120 %res1 = sub i8 %x1, %x1
122 ; CHECK: %res2 = sub nuw i8 %x1, %x1
123 %res2 = sub nuw i8 %x1, %x1
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
134 define void @mul(i8 %x1){
136 ; CHECK: %res1 = mul i8 %x1, %x1
137 %res1 = mul i8 %x1, %x1
142 define void @udiv(i8 %x1){
144 ; CHECK: %res1 = udiv i8 %x1, %x1
145 %res1 = udiv i8 %x1, %x1
147 ; CHECK-NEXT: %res2 = udiv exact i8 %x1, %x1
148 %res2 = udiv exact i8 %x1, %x1
153 define void @sdiv(i8 %x1){
155 ; CHECK: %res1 = sdiv i8 %x1, %x1
156 %res1 = sdiv i8 %x1, %x1
158 ; CHECK-NEXT: %res2 = sdiv exact i8 %x1, %x1
159 %res2 = sdiv exact i8 %x1, %x1
164 define void @urem(i32 %x1){
166 ; CHECK: %res1 = urem i32 %x1, %x1
167 %res1 = urem i32 %x1, %x1
172 define void @srem(i32 %x1){
174 ; CHECK: %res1 = srem i32 %x1, %x1
175 %res1 = srem i32 %x1, %x1