Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp590 auto *AsyncFuncPtrAddr = dyn_cast<GlobalVariable>(V->stripPointerCasts()); in checkAsyncFuncPointer() local
591 if (!AsyncFuncPtrAddr) in checkAsyncFuncPointer()
594 if (AsyncFuncPtrAddr->getType()->isOpaquePointerTy()) in checkAsyncFuncPointer()
598 AsyncFuncPtrAddr->getType()->getNonOpaquePointerElementType()); in checkAsyncFuncPointer()