Lines Matching refs:cmp2
14 %cmp2 = icmp ne i32* %p, null
15 br i1 %cmp2, label %exit1, label %exit2
27 ; It would not be legal to replace %cmp2 (well, in this case it actually is,
36 %cmp2 = icmp ne i32* %p, null
37 call void @use(i1 %cmp2)
41 br i1 %cmp2, label %exit1, label %exit2
43 br i1 %cmp2, label %exit1, label %exit2
50 ; In this case, we can remove cmp2 because it's otherwise unused
58 %cmp2 = icmp ne i32* %p, null
62 br i1 %cmp2, label %exit1, label %exit2
64 br i1 %cmp2, label %exit1, label %exit2