Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp596 auto *AsyncFuncPtrAddr = dyn_cast<GlobalVariable>(V->stripPointerCasts()); in checkAsyncFuncPointer() local
597 if (!AsyncFuncPtrAddr) in checkAsyncFuncPointer()
600 if (AsyncFuncPtrAddr->getType()->isOpaquePointerTy()) in checkAsyncFuncPointer()
604 AsyncFuncPtrAddr->getType()->getNonOpaquePointerElementType()); in checkAsyncFuncPointer()