LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dxil::ResourceTypeInfo::TypedInfo Struct Reference

#include "llvm/Analysis/DXILResource.h"

Public Member Functions

bool operator== (const TypedInfo &RHS) const
 
bool operator!= (const TypedInfo &RHS) const
 
bool operator< (const TypedInfo &RHS) const
 

Public Attributes

dxil::ElementType ElementTy
 
uint32_t ElementCount
 

Detailed Description

Definition at line 237 of file DXILResource.h.

Member Function Documentation

◆ operator!=()

bool llvm::dxil::ResourceTypeInfo::TypedInfo::operator!= ( const TypedInfo RHS) const
inline

Definition at line 245 of file DXILResource.h.

References RHS.

◆ operator<()

bool llvm::dxil::ResourceTypeInfo::TypedInfo::operator< ( const TypedInfo RHS) const
inline

Definition at line 246 of file DXILResource.h.

References ElementTy, and RHS.

◆ operator==()

bool llvm::dxil::ResourceTypeInfo::TypedInfo::operator== ( const TypedInfo RHS) const
inline

Definition at line 241 of file DXILResource.h.

References ElementTy, and RHS.

Member Data Documentation

◆ ElementCount

uint32_t llvm::dxil::ResourceTypeInfo::TypedInfo::ElementCount

◆ ElementTy

dxil::ElementType llvm::dxil::ResourceTypeInfo::TypedInfo::ElementTy

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