llvm::CoroAllocaAllocInst::classof

Methods for support type inquiry through isa, cast, and dyn_cast:

Synopsis

Declared in <llvm/Transforms/Coroutines/CoroInstr.h>

static
bool
classof(IntrinsicInst const* I);

Return Value

true if I is this kind of intrinsic.

Parameters

NameDescription
IIntrinsic to test.