Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp87 uint32_t addStructType(ArrayRef<uint32_t> memberTypes) { in addStructType() function in DeserializationTest
187 auto structType = addStructType({int32Type, int32Type}); in TEST_F()
209 auto structType = addStructType({int32Type, int64Type}); in TEST_F()
226 auto structType = addStructType({int32Type}); in TEST_F()