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 MemIntrinsic *I) |
static bool | classof (const CallInst *I) |
static bool | classof (const Value *V) |
Definition at line 221 of file IntrinsicInst.h.
|
Reimplemented from llvm::MemIntrinsic. Definition at line 243 of file IntrinsicInst.h. References classof(). |
|
Reimplemented from llvm::MemIntrinsic. Definition at line 237 of file IntrinsicInst.h. References llvm::CallInst::getCalledFunction(), and llvm::Intrinsic::memset. |
|
Reimplemented from llvm::MemIntrinsic. Definition at line 234 of file IntrinsicInst.h. References llvm::CallInst::getCalledFunction(), llvm::Function::getIntrinsicID(), and llvm::Intrinsic::memset. |
|
Definition at line 233 of file IntrinsicInst.h. Referenced by classof(). |
|
get* - Return the arguments to the instruction. Definition at line 224 of file IntrinsicInst.h. References llvm::User::getOperand(). Referenced by setValue(). |
|
Definition at line 226 of file IntrinsicInst.h. References llvm::Value::getType(), getValue(), and llvm::User::setOperand(). |