Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccessTest.cpp62 uint16_t Test_UInt16 = 0; in TEST() local
76 MemAccess->writeUInt16s({{ExecutorAddr::fromPtr(&Test_UInt16), 1}}); in TEST()
78 EXPECT_EQ(Test_UInt16, 1U); in TEST()