LLVM 22.0.0git
llvm::dxil::ResourceTypeInfo::UAVInfo Struct Reference

#include "llvm/Analysis/DXILResource.h"

Public Member Functions

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

Public Attributes

bool IsROV

Detailed Description

Definition at line 269 of file DXILResource.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 273 of file DXILResource.h.

References RHS.

◆ operator<()

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

Definition at line 274 of file DXILResource.h.

References IsROV, and RHS.

◆ operator==()

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

Definition at line 272 of file DXILResource.h.

References IsROV, and RHS.

Member Data Documentation

◆ IsROV


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