LLVM 22.0.0git
llvm::MemSetBase< BaseCL > Class Template Reference

Common base class for all memset intrinsics. More...

#include "llvm/IR/IntrinsicInst.h"

Inheritance diagram for llvm::MemSetBase< BaseCL >:
[legend]

Public Member Functions

ValuegetValue () const
const UsegetValueUse () const
UsegetValueUse ()
void setValue (Value *Val)

Detailed Description

template<class BaseCL>
class llvm::MemSetBase< BaseCL >

Common base class for all memset intrinsics.

Simply provides common methods.

Definition at line 1089 of file IntrinsicInst.h.

Member Function Documentation

◆ getValue()

template<class BaseCL>
Value * llvm::MemSetBase< BaseCL >::getValue ( ) const
inline

◆ getValueUse() [1/2]

template<class BaseCL>
Use & llvm::MemSetBase< BaseCL >::getValueUse ( )
inline

Definition at line 1098 of file IntrinsicInst.h.

◆ getValueUse() [2/2]

template<class BaseCL>
const Use & llvm::MemSetBase< BaseCL >::getValueUse ( ) const
inline

Definition at line 1097 of file IntrinsicInst.h.

◆ setValue()

template<class BaseCL>
void llvm::MemSetBase< BaseCL >::setValue ( Value * Val)
inline

Definition at line 1100 of file IntrinsicInst.h.

References assert(), getType(), llvm::Value::getType(), and getValue().


The documentation for this class was generated from the following file: