Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp96 uint32_t addFunctionType(uint32_t retType, ArrayRef<uint32_t> paramTypes) { in addFunctionType() function in DeserializationTest
246 auto fnType = addFunctionType(voidType, {}); in TEST_F()
258 auto fnType = addFunctionType(voidType, {i32Type}); in TEST_F()
269 auto fnType = addFunctionType(voidType, {}); in TEST_F()
282 auto fnType = addFunctionType(voidType, {}); in TEST_F()