LLVM 19.0.0git
Public Types | List of all members
llvm::GenericSSATraits< Function > Struct Reference

#include "llvm/IR/SSAContext.h"

Public Types

using BlockT = BasicBlock
 
using FunctionT = Function
 
using InstructionT = Instruction
 
using ValueRefT = Value *
 
using ConstValueRefT = const Value *
 
using UseT = Use
 

Detailed Description

Definition at line 31 of file SSAContext.h.

Member Typedef Documentation

◆ BlockT

Definition at line 32 of file SSAContext.h.

◆ ConstValueRefT

using llvm::GenericSSATraits< Function >::ConstValueRefT = const Value *

Definition at line 36 of file SSAContext.h.

◆ FunctionT

using llvm::GenericSSATraits< Function >::FunctionT = Function

Definition at line 33 of file SSAContext.h.

◆ InstructionT

using llvm::GenericSSATraits< Function >::InstructionT = Instruction

Definition at line 34 of file SSAContext.h.

◆ UseT

Definition at line 37 of file SSAContext.h.

◆ ValueRefT

using llvm::GenericSSATraits< Function >::ValueRefT = Value *

Definition at line 35 of file SSAContext.h.


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