llvm::SizeOffsetValue::SizeOffsetValue

Constructors

Synopses

Declared in <llvm/Analysis/MemoryBuiltins.h>

Construct a size/offset pair with null Values.

SizeOffsetValue();
» more...

Construct a size/offset pair from weak tracking handles.

SizeOffsetValue(SizeOffsetWeakTrackingVH const& SOT);
» more...

Construct a size/offset pair from Value pointers.

SizeOffsetValue(
    Value* Size,
    Value* Offset);
» more...

Parameters

NameDescription
SOTWeak tracking size/offset pair to copy from.
SizeValue representing the object size.
OffsetValue representing the offset from the object start.