Allocate the array of Uses, followed by a pointer (with bottom bit set) to the User.

Synopsis

Declared in <llvm/IR/User.h>

void
allocHungoffUses(
    unsigned int N,
    bool WithExtraValues = false);

Parameters

Name

Description

N

Number of hung‐off uses to allocate.

WithExtraValues

identifies callers which need N Value* allocated along the N operands.

Created with MrDocs