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 250 of file DXILResource.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 254 of file DXILResource.h.

References RHS.

◆ operator<()

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

Definition at line 255 of file DXILResource.h.

References IsROV, and RHS.

◆ operator==()

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

Definition at line 253 of file DXILResource.h.

References IsROV, and RHS.

Member Data Documentation

◆ IsROV


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