LLVM 20.0.0git
|
Common base class for all memset intrinsics. More...
#include "llvm/IR/IntrinsicInst.h"
Public Member Functions | |
Value * | getValue () const |
const Use & | getValueUse () const |
Use & | getValueUse () |
void | setValue (Value *Val) |
Common base class for all memset intrinsics.
Simply provides common methods.
Definition at line 1084 of file IntrinsicInst.h.
|
inline |
Definition at line 1089 of file IntrinsicInst.h.
Referenced by llvm::expandMemSetAsLoop(), and llvm::MemSetBase< BaseCL >::setValue().
|
inline |
Definition at line 1093 of file IntrinsicInst.h.
|
inline |
Definition at line 1092 of file IntrinsicInst.h.
|
inline |
Definition at line 1095 of file IntrinsicInst.h.
References assert(), llvm::Value::getType(), getType(), and llvm::MemSetBase< BaseCL >::getValue().