Searched refs:SResultTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp436 Type *SResultTy = Suspend->getType(); local
438 if (SResultTy->isVoidTy()) {
440 } else if (auto SResultStructTy = dyn_cast<StructType>(SResultTy)) {
443 // forms an ArrayRef using SResultTy, be careful
444 SuspendResultTys = SResultTy;

Completed in 38 milliseconds