Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Target/DirectX/
H A DCBufferDataLayoutTests.cpp108 StructType *ArrayMix0 = StructType::get(T16A3, T16, T32, T64A3); in checkLegacyLayout() local
115 EXPECT_EQ(88ULL, CBDL.getTypeAllocSizeInBytes(ArrayMix0).getFixedValue()); in checkLegacyLayout()
122 StructType *StructMix0 = StructType::get(T16A3, T16, T32, ArrayMix0); in checkLegacyLayout()