LLVM 20.0.0git
Static Public Member Functions | List of all members
llvm::HungoffOperandTraits Struct Reference

HungoffOperandTraits - determine the allocation regime of the Use array when it is not a prefix to the User object, but allocated at an unrelated heap address. More...

#include "llvm/IR/OperandTraits.h"

Inheritance diagram for llvm::HungoffOperandTraits:
Inheritance graph
[legend]

Static Public Member Functions

static Useop_begin (User *U)
 
static Useop_end (User *U)
 
static unsigned operands (const User *U)
 

Detailed Description

HungoffOperandTraits - determine the allocation regime of the Use array when it is not a prefix to the User object, but allocated at an unrelated heap address.

This is the traits class that is needed when the Use array must be resizable.

Definition at line 93 of file OperandTraits.h.

Member Function Documentation

◆ op_begin()

static Use * llvm::HungoffOperandTraits::op_begin ( User U)
inlinestatic

Definition at line 94 of file OperandTraits.h.

◆ op_end()

static Use * llvm::HungoffOperandTraits::op_end ( User U)
inlinestatic

Definition at line 97 of file OperandTraits.h.

◆ operands()

static unsigned llvm::HungoffOperandTraits::operands ( const User U)
inlinestatic

Definition at line 100 of file OperandTraits.h.


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