| 
    LLVM 22.0.0git
    
   | 
 
SizeOffsetAPInt - Used by ObjectSizeOffsetVisitor, which works with APInts.  
 More...
#include "llvm/Analysis/MemoryBuiltins.h"
Public Member Functions | |
| SizeOffsetAPInt ()=default | |
| SizeOffsetAPInt (APInt Size, APInt Offset) | |
| Public Member Functions inherited from llvm::SizeOffsetType< APInt, SizeOffsetAPInt > | |
| SizeOffsetType ()=default | |
| bool | knownSize () const | 
| bool | knownOffset () const | 
| bool | anyKnown () const | 
| bool | bothKnown () const | 
| bool | operator== (const SizeOffsetType< APInt, SizeOffsetAPInt > &RHS) const | 
| bool | operator!= (const SizeOffsetType< APInt, SizeOffsetAPInt > &RHS) const | 
Static Public Member Functions | |
| static bool | known (const APInt &V) | 
Additional Inherited Members | |
| Public Attributes inherited from llvm::SizeOffsetType< APInt, SizeOffsetAPInt > | |
| APInt | Size | 
| APInt | Offset | 
SizeOffsetAPInt - Used by ObjectSizeOffsetVisitor, which works with APInts. 
Definition at line 232 of file MemoryBuiltins.h.
      
  | 
  default | 
Definition at line 234 of file MemoryBuiltins.h.
References llvm::move(), llvm::SizeOffsetType< APInt, SizeOffsetAPInt >::Offset, llvm::SizeOffsetType< APInt, SizeOffsetAPInt >::Size, and llvm::SizeOffsetType< APInt, SizeOffsetAPInt >::SizeOffsetType().
Definition at line 237 of file MemoryBuiltins.h.