LLVM 20.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 | |
SizeOffsetType (APInt Size, APInt Offset) | |
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 216 of file MemoryBuiltins.h.
|
default |
Definition at line 218 of file MemoryBuiltins.h.
Definition at line 221 of file MemoryBuiltins.h.