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
dxil::ElementType DXILStorageTy
uint32_t ElementCount

Detailed Description

Definition at line 294 of file DXILResource.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 303 of file DXILResource.h.

References RHS.

◆ operator<()

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

Definition at line 304 of file DXILResource.h.

References ElementCount, ElementTy, and RHS.

◆ operator==()

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

Definition at line 299 of file DXILResource.h.

References ElementCount, ElementTy, and RHS.

Member Data Documentation

◆ DXILStorageTy

dxil::ElementType llvm::dxil::ResourceTypeInfo::TypedInfo::DXILStorageTy

◆ 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: