Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp98 void *vPtr = TheJIT->getPointerToFunction(Main); in compileAndRun() local
100 EXPECT_TRUE(nullptr != vPtr) in compileAndRun()
103 int (*FuncPtr)() = (int(*)())(intptr_t)vPtr; in compileAndRun()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp275 llvm::Value &, llvm::Value &vPtr, in convertOmpParallel()
277 replacementValue = &vPtr; in convertOmpParallel()
643 llvm::Value &vPtr, in convertOmpSections()
645 replacementValue = &vPtr; in convertOmpSections()