Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccessTest.cpp76 uint64_t Test_UInt64 = 0; in TEST() local
99 MemAccess->writeUInt64s({{ExecutorAddr::fromPtr(&Test_UInt64), 1}}); in TEST()
101 EXPECT_EQ(Test_UInt64, 1U); in TEST()