LLVM 20.0.0git
Public Attributes | List of all members
llvm::User::IntrusiveOperandsAndDescriptorAllocMarker Struct Reference

Indicates this User has operands and a descriptor co-allocated . More...

#include "llvm/IR/User.h"

Public Attributes

const unsigned NumOps
 The number of operands for this User.
 
const unsigned DescBytes
 The number of bytes to allocate for the descriptor.
 

Detailed Description

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

Definition at line 66 of file User.h.

Member Data Documentation

◆ DescBytes

const unsigned llvm::User::IntrusiveOperandsAndDescriptorAllocMarker::DescBytes

The number of bytes to allocate for the descriptor.

Must be divisible by sizeof(void *).

Definition at line 71 of file User.h.

◆ NumOps

const unsigned llvm::User::IntrusiveOperandsAndDescriptorAllocMarker::NumOps

The number of operands for this User.

Definition at line 68 of file User.h.


The documentation for this struct was generated from the following file: