Construct an offset span from known before/after values.

Synopsis

Declared in <llvm/Analysis/MemoryBuiltins.h>

OffsetSpan(
    APInt Before,
    APInt After);

Parameters

Name

Description

Before

Number of allocated bytes before this point.

After

Number of allocated bytes after this point.

Created with MrDocs