Searched refs:RetStructTy (Results 1 – 1 of 1) sorted by relevance
348 if (auto *RetStructTy = dyn_cast<StructType>(RetTy)) { in replaceFallthroughCoroEnd() local349 assert(RetStructTy->getNumElements() == NumReturns && in replaceFallthroughCoroEnd()351 Value *ReturnValue = UndefValue::get(RetStructTy); in replaceFallthroughCoroEnd()376 auto RetStructTy = dyn_cast<StructType>(RetTy); in replaceFallthroughCoroEnd() local378 cast<PointerType>(RetStructTy ? RetStructTy->getElementType(0) : RetTy); in replaceFallthroughCoroEnd()381 if (RetStructTy) { in replaceFallthroughCoroEnd()382 ReturnValue = Builder.CreateInsertValue(UndefValue::get(RetStructTy), in replaceFallthroughCoroEnd()