Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp1226 const void *readFromMemory() { in readFromMemory() function in __anonaa7cf1d91411::ByteCodeExecutor
1240 return reinterpret_cast<T>(const_cast<void *>(readFromMemory<T>())); in readImpl()
1246 return T(T::getFromOpaquePointer(readFromMemory<T>())); in readImpl()