LLVM 20.0.0git
Classes | Namespaces | Macros
User.h File Reference
#include "llvm/IR/User.h"
#include "llvm/IR/Value.h"
#include "llvm/SandboxIR/Use.h"
#include "llvm/SandboxIR/Value.h"
#include "llvm/SandboxIR/Values.def"

Go to the source code of this file.

Classes

class  llvm::sandboxir::OperandUseIterator
 Iterator for the Use edges of a User's operands. More...
 
class  llvm::sandboxir::User
 A sandboxir::User has operands. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::sandboxir
 

Macros

#define DEF_INSTR(ID, OPC, CLASS)   friend class CLASS;
 

Macro Definition Documentation

◆ DEF_INSTR

#define DEF_INSTR (   ID,
  OPC,
  CLASS 
)    friend class CLASS;

Definition at line 28 of file User.h.