LLVM API Documentation
#include <IntrinsicInst.h>
Inheritance diagram for llvm::MemSetInst:
Public Member Functions | |
Value * | getValue () const |
void | setValue (Value *Val) |
Static Public Member Functions | |
static bool | classof (const MemSetInst *) |
static bool | classof (const IntrinsicInst *I) |
static bool | classof (const Value *V) |
Definition at line 295 of file IntrinsicInst.h.
Value* llvm::MemSetInst::getValue | ( | ) | const [inline] |
get* - Return the arguments to the instruction.
Definition at line 298 of file IntrinsicInst.h.
References llvm::User::getOperand().
Referenced by setValue().
void llvm::MemSetInst::setValue | ( | Value * | Val | ) | [inline] |
Definition at line 300 of file IntrinsicInst.h.
References llvm::Value::getType(), getValue(), llvm::User::setOperand(), and Val.
static bool llvm::MemSetInst::classof | ( | const MemSetInst * | ) | [inline, static] |
static bool llvm::MemSetInst::classof | ( | const IntrinsicInst * | I | ) | [inline, static] |
Reimplemented from llvm::MemIntrinsic.
Definition at line 308 of file IntrinsicInst.h.
References llvm::IntrinsicInst::getIntrinsicID(), llvm::Intrinsic::memset_i32, and llvm::Intrinsic::memset_i64.
static bool llvm::MemSetInst::classof | ( | const Value * | V | ) | [inline, static] |