Home
last modified time | relevance | path

Searched refs:ConstArray (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DEnumeratedArrayTest.cpp69 const auto &ConstArray = Array; in TEST() local
71 EXPECT_EQ(ConstArray.size(), 3u); in TEST()
72 EXPECT_EQ(ConstArray.empty(), false); in TEST()
84 const auto &ConstArray = Array; in TEST() local
91 EXPECT_THAT(ConstArray, testing::ElementsAre(1.0, 2.0, 3.0)); in TEST()
95 EXPECT_THAT(make_range(ConstArray.rbegin(), ConstArray.rend()), in TEST()
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Daix-alias-alignment-2.ll43 @ConstArray = global [2 x %struct.B] [%struct.B {i64 12}, %struct.B {i64 34}], align 4
44 @var3 = alias %struct.B, ptr @ConstArray
46 …store %struct.B %a1, ptr getelementptr inbounds ([2 x %struct.B], ptr @ConstArray, i32 0, i32 1), …
50 ; ASM: .globl ConstArray # @ConstArray
53 ; ASM-NEXT: ConstArray:
71 ; SYM-NEXT: 000000b0 g O .data (csect: .data) 00000000 ConstArray
79 ; SYM-NEXT: 000000ec l O .data 00000004 ConstArray
/llvm-project/llvm/test/CodeGen/SPIRV/
H A Dconst-array-in-struct.ll12 ; CHECK-SPIRV: %[[#ConstArray:]] = OpConstantComposite %[[#ArrayTy]] %[[#]] %[[#]] %[[#]] %[[#]] %[…
13 ; CHECK-SPIRV: %[[#]] = OpConstantComposite %[[#StructTy]] %[[#ConstArray]]