Lines Matching refs:mul0
8 %mul0 = mul i32 %b, %s
11 call void @foo(i32 %mul0)
29 %mul0 = mul i32 %b, %s
32 call void @foo(i32 %mul0)
51 %mul0 = mul i32 %b, %s
53 call void @foo(i32 %mul0)
78 %mul0 = mul i32 %a, %b
85 call void @foo(i32 %mul0)
99 ; mul0 = b * s;
101 ; mul1 = mul0 + bump; // GVN ensures mul1 and mul2 use the same bump.
105 %mul0 = mul i32 %b, %s
107 call void @foo(i32 %mul0)
112 ; CHECK: %mul1 = add i32 %mul0, [[BUMP]]
135 %mul0 = mul i32 %a, %b
136 ; CHECK: %mul0 = mul i32 %a, %b
137 call void @foo(i32 %mul0)