Searched refs:RetStructTy (Results 1 – 1 of 1) sorted by relevance
257 if (auto *RetStructTy = dyn_cast<StructType>(RetTy)) { in replaceFallthroughCoroEnd() local258 assert(RetStructTy->getNumElements() == NumReturns && in replaceFallthroughCoroEnd()260 Value *ReturnValue = PoisonValue::get(RetStructTy); in replaceFallthroughCoroEnd()285 auto RetStructTy = dyn_cast<StructType>(RetTy); in replaceFallthroughCoroEnd() local287 cast<PointerType>(RetStructTy ? RetStructTy->getElementType(0) : RetTy); in replaceFallthroughCoroEnd()290 if (RetStructTy) { in replaceFallthroughCoroEnd()291 ReturnValue = Builder.CreateInsertValue(PoisonValue::get(RetStructTy), in replaceFallthroughCoroEnd()