Searched refs:RetStructTy (Results 1 – 1 of 1) sorted by relevance
263 auto RetStructTy = dyn_cast<StructType>(RetTy); in replaceFallthroughCoroEnd() local265 cast<PointerType>(RetStructTy ? RetStructTy->getElementType(0) : RetTy); in replaceFallthroughCoroEnd()268 if (RetStructTy) { in replaceFallthroughCoroEnd()269 ReturnValue = Builder.CreateInsertValue(UndefValue::get(RetStructTy), in replaceFallthroughCoroEnd()