classof overloads

Synopses

Declared in <llvm/IR/Instructions.h>

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

static
bool
classof(CallInst const* I);

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

static
bool
classof(Instruction const* I);

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

static
bool
classof(IntrinsicInst const* I);

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

static
bool
classof(Value const* V);

Return Value

  • True if I is an IntrinsicInst.

  • True if I is a CallInst.

  • true if I is this kind of intrinsic.

  • true if V is this kind of value.

Parameters

Name

Description

I

The call instruction to test.

V

Value to test.

Created with MrDocs