LLVM 22.0.0git
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 275 of file DXILResource.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 283 of file DXILResource.h.

References RHS.

◆ operator<()

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

Definition at line 284 of file DXILResource.h.

References ElementCount, ElementTy, and RHS.

◆ operator==()

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

Definition at line 279 of file DXILResource.h.

References ElementCount, ElementTy, and RHS.

Member Data Documentation

◆ ElementCount

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

◆ ElementTy


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