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