Searched refs:AnyCoroIdInst (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h82 class LLVM_LIBRARY_VISIBILITY AnyCoroIdInst : public IntrinsicInst { class in namespace:llvm
113 class LLVM_LIBRARY_VISIBILITY CoroIdInst : public AnyCoroIdInst {
204 class LLVM_LIBRARY_VISIBILITY AnyCoroIdRetconInst : public AnyCoroIdInst {
309 AnyCoroIdInst *getId() const {
310 return cast<AnyCoroIdInst>(getArgOperand(IdArg));

Completed in 105 milliseconds