Home
last modified time | relevance | path

Searched refs:RetStructTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp257 if (auto *RetStructTy = dyn_cast<StructType>(RetTy)) { in replaceFallthroughCoroEnd() local
258 assert(RetStructTy->getNumElements() == NumReturns && in replaceFallthroughCoroEnd()
260 Value *ReturnValue = PoisonValue::get(RetStructTy); in replaceFallthroughCoroEnd()
285 auto RetStructTy = dyn_cast<StructType>(RetTy); in replaceFallthroughCoroEnd() local
287 cast<PointerType>(RetStructTy ? RetStructTy->getElementType(0) : RetTy); in replaceFallthroughCoroEnd()
290 if (RetStructTy) { in replaceFallthroughCoroEnd()
291 ReturnValue = Builder.CreateInsertValue(PoisonValue::get(RetStructTy), in replaceFallthroughCoroEnd()