Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp395 } else if (auto SResultStructTy = dyn_cast<StructType>(SResultTy)) { in buildFrom() local
396 SuspendResultTys = SResultStructTy->elements(); in buildFrom()