Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/IR/
H A DInterfaceAttachmentTest.cpp56 static unsigned staticGetArgument(unsigned arg) { return 420; } in staticGetArgument() function
73 EXPECT_EQ(iface.staticGetArgument(17), 17u); in TEST()
84 EXPECT_EQ(iface.staticGetArgument(17), 420u); in TEST()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestInterfaces.td68 "unsigned", "staticGetArgument", (ins "unsigned":$arg), "",