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

Indicates this User has operands co-allocated. More...

#include "llvm/IR/User.h"

Public Attributes

const unsigned NumOps
 The number of operands for this User.
 

Detailed Description

Indicates this User has operands co-allocated.

Definition at line 60 of file User.h.

Member Data Documentation

◆ NumOps

const unsigned llvm::User::IntrusiveOperandsAllocMarker::NumOps

The number of operands for this User.

Definition at line 62 of file User.h.


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