LLVM 19.0.0git
Public Member Functions | List of all members
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 >:
Inheritance graph
[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 1040 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 1049 of file IntrinsicInst.h.

◆ getValueUse() [2/2]

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

Definition at line 1048 of file IntrinsicInst.h.

◆ setValue()

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

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