Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h114 enum { AlignArg, PromiseArg, CoroutineArg, InfoArg }; enumerator
183 return cast<Function>(getArgOperand(CoroutineArg)->stripPointerCasts()); in getCoroutine()
186 assert(isa<ConstantPointerNull>(getArgOperand(CoroutineArg)) && in setCoroutineSelf()
188 setArgOperand(CoroutineArg, getFunction()); in setCoroutineSelf()