LLVM API Documentation
#include <IntrinsicInst.h>
Public Member Functions | |
Value * | getValue () const |
const Use & | getValueUse () const |
Use & | getValueUse () |
void | setValue (Value *Val) |
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: |
MemSetInst - This class wraps the llvm.memset intrinsic.
Definition at line 195 of file IntrinsicInst.h.
static bool llvm::MemSetInst::classof | ( | const IntrinsicInst * | I | ) | [inline, static] |
Reimplemented from llvm::MemIntrinsic.
Definition at line 210 of file IntrinsicInst.h.
References llvm::IntrinsicInst::getIntrinsicID(), and llvm::LibFunc::memset.
Referenced by classof().
static bool llvm::MemSetInst::classof | ( | const Value * | V | ) | [inline, static] |
Methods for support type inquiry through isa, cast, and dyn_cast:
Reimplemented from llvm::MemIntrinsic.
Definition at line 213 of file IntrinsicInst.h.
References classof().
Value* llvm::MemSetInst::getValue | ( | ) | const [inline] |
get* - Return the arguments to the instruction.
Definition at line 199 of file IntrinsicInst.h.
References llvm::CallInst::getArgOperand().
Referenced by llvm::NVPTXLowerAggrCopies::runOnFunction(), and setValue().
const Use& llvm::MemSetInst::getValueUse | ( | ) | const [inline] |
Definition at line 200 of file IntrinsicInst.h.
References llvm::CallInst::getArgOperandUse().
Use& llvm::MemSetInst::getValueUse | ( | ) | [inline] |
Definition at line 201 of file IntrinsicInst.h.
References llvm::CallInst::getArgOperandUse().
void llvm::MemSetInst::setValue | ( | Value * | Val | ) | [inline] |
Definition at line 203 of file IntrinsicInst.h.
References llvm::Value::getType(), getValue(), and llvm::CallInst::setArgOperand().