class MemSetBase
Declaration
template <class BaseCL>
class MemSetBase { /* full declaration omitted */ };
Description
Common base class for all memset intrinsics. Simply provides common methods.
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:448
Templates
- BaseCL
Method Overview
- public llvm::Value * getValue() const
- public const llvm::Use & getValueUse() const
- public llvm::Use & getValueUse()
- public void setValue(llvm::Value * Val)
Methods
¶llvm::Value* getValue() const
llvm::Value* getValue() const
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:453
¶const llvm::Use& getValueUse() const
const llvm::Use& getValueUse() const
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:456
¶llvm::Use& getValueUse()
llvm::Use& getValueUse()
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:459
¶void setValue(llvm::Value* Val)
void setValue(llvm::Value* Val)
Declared at: llvm/include/llvm/IR/IntrinsicInst.h:461
Parameters
- llvm::Value* Val