Home
last modified time | relevance | path

Searched defs:GVTOP (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DGenericValue.h41 inline void* GVTOP(const GenericValue &GV) { return GV.PointerVal; } in GVTOP() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DGenericValue.h51 inline void *GVTOP(const GenericValue &GV) { return GV.PointerVal; } in GVTOP() function
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h51 inline void* GVTOP(const GenericValue &GV) { return GV.PointerVal; } in GVTOP() function