Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp208 auto int64Type = addIntType(64); in TEST_F() local
209 auto structType = addStructType({int32Type, int64Type}); in TEST_F()