Lines Matching refs:mul1
15 %mul1 = mul i32 %b1, %s
16 call void @foo(i32 %mul1)
36 %mul1 = mul i32 %b1, %s
37 call void @foo(i32 %mul1)
57 %mul1 = mul i32 %b1, %s
59 call void @foo(i32 %mul1)
81 %mul1 = mul i32 %a1, %b
86 call void @foo(i32 %mul1)
101 ; mul1 = mul0 + bump; // GVN ensures mul1 and mul2 use the same bump.
102 ; mul2 = mul1 + bump;
110 %mul1 = mul i32 %b1, %s
112 ; CHECK: %mul1 = add i32 %mul0, [[BUMP]]
113 call void @foo(i32 %mul1)
117 ; CHECK: %mul2 = add i32 %mul1, [[BUMP]]
141 %mul1 = mul i32 %a1, %b
142 ; CHECK: %mul1 = mul i32 %a1, %b
143 call void @foo(i32 %mul1)