LLVM: llvm::User::IntrusiveOperandsAndDescriptorAllocMarker Struct Reference (original) (raw)

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

#include "[llvm/IR/User.h](IR%5F2User%5F8h%5Fsource.html)"

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

Definition at line 66 of file User.h.

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: