LLVM API Documentation
#include <IntrinsicInst.h>


Public Member Functions | |
| Value * | getValue () const |
| 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 190 of file IntrinsicInst.h.
| static bool llvm::MemSetInst::classof | ( | const IntrinsicInst * | I | ) | [inline, static] |
Reimplemented from llvm::MemIntrinsic.
Definition at line 203 of file IntrinsicInst.h.
References llvm::IntrinsicInst::getIntrinsicID(), and llvm::LibFunc::memset.
Referenced by classof().
Methods for support type inquiry through isa, cast, and dyn_cast:
Reimplemented from llvm::MemIntrinsic.
Definition at line 206 of file IntrinsicInst.h.
References classof().
| Value* llvm::MemSetInst::getValue | ( | ) | const [inline] |
get* - Return the arguments to the instruction.
Definition at line 194 of file IntrinsicInst.h.
References llvm::CallInst::getArgOperand().
Referenced by llvm::NVPTXLowerAggrCopies::runOnFunction(), and setValue().
| void llvm::MemSetInst::setValue | ( | Value * | Val | ) | [inline] |
Definition at line 196 of file IntrinsicInst.h.
References llvm::Value::getType(), getValue(), and llvm::CallInst::setArgOperand().