Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp471 } else if (auto SResultStructTy = dyn_cast<StructType>(SResultTy)) { in buildFrom() local
472 SuspendResultTys = SResultStructTy->elements(); in buildFrom()