LLVM API Documentation
#include <IntrinsicInst.h>
Inheritance diagram for llvm::MemMoveInst:
Public Member Functions | |
Value * | getRawSource () const |
Value * | getSource () 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) |
Definition at line 266 of file IntrinsicInst.h.
Value* llvm::MemMoveInst::getRawSource | ( | ) | const [inline] |
get* - Return the arguments to the instruction.
Definition at line 269 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 274 of file IntrinsicInst.h.
References getRawSource(), and llvm::IntrinsicInst::StripPointerCasts().
void llvm::MemMoveInst::setSource | ( | Value * | Ptr | ) | [inline] |
Definition at line 276 of file IntrinsicInst.h.
References getRawSource(), llvm::Value::getType(), and llvm::User::setOperand().
static bool llvm::MemMoveInst::classof | ( | const MemMoveInst * | ) | [inline, static] |
static bool llvm::MemMoveInst::classof | ( | const IntrinsicInst * | I | ) | [inline, static] |
Reimplemented from llvm::MemIntrinsic.
Definition at line 284 of file IntrinsicInst.h.
References llvm::IntrinsicInst::getIntrinsicID(), llvm::Intrinsic::memmove_i32, and llvm::Intrinsic::memmove_i64.
static bool llvm::MemMoveInst::classof | ( | const Value * | V | ) | [inline, static] |