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

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

static
bool
classof(Value const* V);

Return Value

True if V is a GCRelocateInst.

Parameters

Name

Description

V

The value to test.

Created with MrDocs