Lines Matching refs:foobar
5 declare void @zed(%struct.foobar*, %struct.foobar*)
7 %struct.foobar = type { i32 }
9 @var1 = internal constant %struct.foobar { i32 2 }
10 @var2 = unnamed_addr constant %struct.foobar { i32 2 }
11 @var3 = internal constant %struct.foobar { i32 2 }
12 @var4 = unnamed_addr constant %struct.foobar { i32 2 }
14 ; CHECK: %struct.foobar = type { i32 }
16 ; CHECK: @var2 = constant %struct.foobar { i32 2 }
17 ; CHECK-NEXT: @var4 = constant %struct.foobar { i32 2 }
28 @var4a = alias %struct.foobar, %struct.foobar* @var4
29 @llvm.used = appending global [1 x %struct.foobar*] [%struct.foobar* @var4a], section "llvm.metadat…
33 call void @zed(%struct.foobar* @var1, %struct.foobar* @var2)
34 call void @zed(%struct.foobar* @var3, %struct.foobar* @var4)