LLVM 19.0.0git
Public Attributes | List of all members
llvm::SPIRV::SymbolicOperand Struct Reference

Public Attributes

OperandCategory::OperandCategory Category
 
uint32_t Value
 
StringRef Mnemonic
 
uint32_t MinVersion
 
uint32_t MaxVersion
 

Detailed Description

Definition at line 21 of file SPIRVBaseInfo.cpp.

Member Data Documentation

◆ Category

OperandCategory::OperandCategory llvm::SPIRV::SymbolicOperand::Category

Definition at line 22 of file SPIRVBaseInfo.cpp.

Referenced by llvm::getSymbolicOperandMnemonic().

◆ MaxVersion

uint32_t llvm::SPIRV::SymbolicOperand::MaxVersion

Definition at line 26 of file SPIRVBaseInfo.cpp.

◆ MinVersion

uint32_t llvm::SPIRV::SymbolicOperand::MinVersion

Definition at line 25 of file SPIRVBaseInfo.cpp.

◆ Mnemonic

StringRef llvm::SPIRV::SymbolicOperand::Mnemonic

Definition at line 24 of file SPIRVBaseInfo.cpp.

Referenced by llvm::getSymbolicOperandMnemonic().

◆ Value

uint32_t llvm::SPIRV::SymbolicOperand::Value

Definition at line 23 of file SPIRVBaseInfo.cpp.

Referenced by llvm::getSymbolicOperandMnemonic().


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