Lines Matching refs:constant
9 @test1.x = internal constant %struct.foobar { i32 1 }
10 @test1.y = constant %struct.foobar { i32 1 }
12 @test2.x = internal constant %struct.foobar { i32 2 }
13 @test2.y = unnamed_addr constant %struct.foobar { i32 2 }
15 @test3.x = internal unnamed_addr constant %struct.foobar { i32 3 }
16 @test3.y = constant %struct.foobar { i32 3 }
18 @test4.x = internal unnamed_addr constant %struct.foobar { i32 4 }
19 @test4.y = unnamed_addr constant %struct.foobar { i32 4 }
24 ; CHECK: @test1.x = internal constant %struct.foobar { i32 1 }
25 ; CHECK-NEXT: @test1.y = constant %struct.foobar { i32 1 }
26 ; CHECK-NEXT: @test2.y = constant %struct.foobar { i32 2 }
27 ; CHECK-NEXT: @test3.y = constant %struct.foobar { i32 3 }
28 ; CHECK-NEXT: @test4.y = unnamed_addr constant %struct.foobar { i32 4 }