LLVM API Documentation

Static Public Member Functions
llvm::MemMoveInst Class Reference

#include <IntrinsicInst.h>

Inheritance diagram for llvm::MemMoveInst:
Inheritance graph
[legend]
Collaboration diagram for llvm::MemMoveInst:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static bool classof (const IntrinsicInst *I)
static bool classof (const Value *V)
 Methods for support type inquiry through isa, cast, and dyn_cast:

Detailed Description

MemMoveInst - This class wraps the llvm.memmove intrinsic.

Definition at line 269 of file IntrinsicInst.h.


Member Function Documentation

static bool llvm::MemMoveInst::classof ( const IntrinsicInst I) [inline, static]

Reimplemented from llvm::MemTransferInst.

Definition at line 272 of file IntrinsicInst.h.

References llvm::IntrinsicInst::getIntrinsicID(), and llvm::LibFunc::memmove.

Referenced by classof().

static bool llvm::MemMoveInst::classof ( const Value V) [inline, static]

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

Reimplemented from llvm::MemTransferInst.

Definition at line 275 of file IntrinsicInst.h.

References classof().


The documentation for this class was generated from the following file: