Searched refs:RetStructTy (Results 1 – 1 of 1) sorted by relevance
270 if (auto *RetStructTy = dyn_cast<StructType>(RetTy)) { in replaceFallthroughCoroEnd() local271 assert(RetStructTy->getNumElements() == NumReturns && in replaceFallthroughCoroEnd()273 Value *ReturnValue = UndefValue::get(RetStructTy); in replaceFallthroughCoroEnd()297 auto RetStructTy = dyn_cast<StructType>(RetTy); in replaceFallthroughCoroEnd() local299 cast<PointerType>(RetStructTy ? RetStructTy->getElementType(0) : RetTy); in replaceFallthroughCoroEnd()302 if (RetStructTy) { in replaceFallthroughCoroEnd()303 ReturnValue = Builder.CreateInsertValue(UndefValue::get(RetStructTy), in replaceFallthroughCoroEnd()