LLVM API Documentation

Static Public Member Functions
llvm::MemCpyInst Class Reference

#include <IntrinsicInst.h>

Inheritance diagram for llvm::MemCpyInst:
Inheritance graph
[legend]
Collaboration diagram for llvm::MemCpyInst:
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

MemCpyInst - This class wraps the llvm.memcpy intrinsic.

Definition at line 256 of file IntrinsicInst.h.


Member Function Documentation

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

Reimplemented from llvm::MemTransferInst.

Definition at line 259 of file IntrinsicInst.h.

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

Referenced by classof().

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

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

Reimplemented from llvm::MemTransferInst.

Definition at line 262 of file IntrinsicInst.h.

References classof().


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