LLVM API Documentation

llvm::MemSetInst Struct Reference

#include <IntrinsicInst.h>

Inheritance diagram for llvm::MemSetInst:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

ValuegetValue () 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)

Detailed Description

MemSetInst - This class wraps the llvm.memset intrinsic.

Definition at line 294 of file IntrinsicInst.h.


Member Function Documentation

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

Reimplemented from llvm::MemIntrinsic.

Definition at line 311 of file IntrinsicInst.h.

References classof(), and V.

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

Reimplemented from llvm::MemIntrinsic.

Definition at line 307 of file IntrinsicInst.h.

References llvm::IntrinsicInst::getIntrinsicID(), llvm::Intrinsic::memset_i32, and llvm::Intrinsic::memset_i64.

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

Definition at line 306 of file IntrinsicInst.h.

Referenced by classof().

Value* llvm::MemSetInst::getValue (  )  const [inline]

get* - Return the arguments to the instruction.

Definition at line 297 of file IntrinsicInst.h.

References llvm::User::getOperand().

Referenced by setValue().

void llvm::MemSetInst::setValue ( Value Val  )  [inline]

Definition at line 299 of file IntrinsicInst.h.

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


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