Lines Matching refs:mul2
21 %mul2 = mul i32 %b2, %s
22 call void @foo(i32 %mul2)
42 %mul2 = mul i32 %b2, %s
43 call void @foo(i32 %mul2)
64 %mul2 = mul i32 %b2, %s
66 call void @foo(i32 %mul2)
83 %mul2 = mul i32 %a, %b1
88 call void @foo(i32 %mul2)
102 ; mul1 = mul0 + bump; // GVN ensures mul1 and mul2 use the same bump.
103 ; mul2 = mul1 + bump;
117 %mul2 = mul i32 %b2, %s
118 ; CHECK: %mul2 = add i32 %mul1, [[BUMP]]
119 call void @foo(i32 %mul2)