Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1761 Value *RetV; in splitRetconCoroutine() local
1763 RetV = CastedContinuation; in splitRetconCoroutine()
1765 RetV = UndefValue::get(RetTy); in splitRetconCoroutine()
1766 RetV = Builder.CreateInsertValue(RetV, CastedContinuation, 0); in splitRetconCoroutine()
1768 RetV = Builder.CreateInsertValue(RetV, ReturnPHIs[I], I); in splitRetconCoroutine()
1771 Builder.CreateRet(RetV); in splitRetconCoroutine()