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

Synopses

Declared in <llvm/IR/IntrinsicInst.h>

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 a MemSetInst.

  • True if V is a MemSetInst.

Parameters

Name

Description

I

The intrinsic call to test.

V

The value to test.

Created with MrDocs