Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp389 } else if (auto SResultStructTy = dyn_cast<StructType>(SResultTy)) { in buildFrom() local
390 SuspendResultTys = SResultStructTy->elements(); in buildFrom()