Lines Matching full:undef
4 ; CHECK: ret i64 undef
6 %r = mul i64 undef, undef
11 ; CHECK: ret i64 undef
13 %r = mul i64 3, undef
18 ; CHECK: ret i64 undef
20 %r = mul i64 undef, 3
27 %r = mul i64 undef, 6
34 %r = mul i64 6, undef
39 ; CHECK: ret i64 undef
41 %r = and i64 undef, undef
46 ; CHECK: ret i64 undef
48 %r = or i64 undef, undef
53 ; CHECK: ret i64 undef
55 %r = udiv i64 undef, 1
60 ; CHECK: ret i64 undef
62 %r = sdiv i64 undef, 1
69 %r = urem i64 undef, 1
76 %r = srem i64 undef, 1
81 ; CHECK: ret i64 undef
83 %r = shl i64 undef, undef
88 ; CHECK: ret i64 undef
90 %r = shl i64 %a, undef
95 ; CHECK: ret i64 undef
97 %r = ashr i64 undef, undef
102 ; CHECK: ret i64 undef
104 %r = ashr i64 %a, undef
109 ; CHECK: ret i64 undef
111 %r = lshr i64 undef, undef
116 ; CHECK: ret i64 undef
118 %r = lshr i64 %a, undef
123 ; CHECK: ret i1 undef
125 %r = icmp slt i64 undef, undef
130 ; CHECK: ret i1 undef
132 %r = icmp ult i64 undef, undef
137 ; CHECK: ret i64 undef
139 %r = select i1 undef, i64 %a, i64 undef
144 ; CHECK: ret i64 undef
146 %r = select i1 undef, i64 undef, i64 %a
151 ; CHECK: ret i64 undef
153 %r = call i64 (i64) undef(i64 %a)
158 ; CHECK: ret <4 x i8> undef
160 %b = shl <4 x i8> %a, <i8 8, i8 9, i8 undef, i8 -1>
165 ; CHECK: ret i32 undef
172 ; CHECK: ret i32 undef
179 ; CHECK: ret i32 undef
181 %b = ashr exact i32 undef, %a
186 ; CHECK: ret i32 undef
188 %b = lshr exact i32 undef, %a
193 ; CHECK: ret i32 undef
195 %b = udiv i32 undef, 0
200 ; CHECK: ret i32 undef
202 %b = lshr i32 0, undef
207 ; CHECK: ret i32 undef
209 %b = ashr i32 0, undef
214 ; CHECK: ret i32 undef
216 %b = shl i32 0, undef
221 ; CHECK: ret i32 undef
223 %b = shl nsw i32 undef, %a
228 ; CHECK: ret i32 undef
230 %b = shl nuw i32 undef, %a
235 ; CHECK: ret i32 undef
237 %b = shl nsw nuw i32 undef, %a
244 %b = shl i32 undef, %a
249 ; CHECK: ret i32 undef
251 %b = shl i32 undef, 0
256 ; CHECK: ret i32 undef
258 %b = ashr i32 undef, 0
263 ; CHECK: ret i32 undef
265 %b = lshr i32 undef, 0
270 ; CHECK: ret i32 undef
277 ; CHECK: ret i32 undef
279 %b = extractelement <4 x i32> undef, i32 %V