Indicates this User has operands and a descriptor co‐allocated .

Synopsis

Declared in <llvm/IR/User.h>

struct IntrusiveOperandsAndDescriptorAllocMarker;

Data Members

Name

Description

DescBytes

The number of bytes to allocate for the descriptor. Must be divisible by sizeof(void *).

NumOps

The number of operands for this User.

Created with MrDocs