LLVM API Documentation

llvm::MemMoveInst Struct Reference

#include <IntrinsicInst.h>

Inheritance diagram for llvm::MemMoveInst:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

ValuegetRawSource () const
ValuegetSource () const
void setSource (Value *Ptr)

Static Public Member Functions

static bool classof (const MemMoveInst *)
static bool classof (const IntrinsicInst *I)
static bool classof (const Value *V)

Detailed Description

MemMoveInst - This class wraps the llvm.memmove intrinsic.

Definition at line 265 of file IntrinsicInst.h.


Member Function Documentation

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

Reimplemented from llvm::MemIntrinsic.

Definition at line 287 of file IntrinsicInst.h.

References classof(), and V.

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

Reimplemented from llvm::MemIntrinsic.

Definition at line 283 of file IntrinsicInst.h.

References llvm::IntrinsicInst::getIntrinsicID(), llvm::Intrinsic::memmove_i32, and llvm::Intrinsic::memmove_i64.

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

Definition at line 282 of file IntrinsicInst.h.

Referenced by classof().

Value* llvm::MemMoveInst::getRawSource (  )  const [inline]

get* - Return the arguments to the instruction.

Definition at line 268 of file IntrinsicInst.h.

References llvm::User::getOperand().

Referenced by getSource(), and setSource().

Value* llvm::MemMoveInst::getSource (  )  const [inline]

getSource - This is just like getRawSource, but it strips off any cast instructions that feed it, giving the original input. The returned value is guaranteed to be a pointer.

Definition at line 273 of file IntrinsicInst.h.

References getRawSource(), and llvm::IntrinsicInst::StripPointerCasts().

void llvm::MemMoveInst::setSource ( Value Ptr  )  [inline]

Definition at line 275 of file IntrinsicInst.h.

References getRawSource(), llvm::Value::getType(), and llvm::User::setOperand().


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