Searched refs:SResultTy (Results 1 – 1 of 1) sorted by relevance
437 Type *SResultTy = Suspend->getType(); in buildFrom() local439 if (SResultTy->isVoidTy()) { in buildFrom()441 } else if (auto SResultStructTy = dyn_cast<StructType>(SResultTy)) { in buildFrom()445 SuspendResultTys = SResultTy; in buildFrom()