LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::TargetExtTypeKeyInfo::KeyTy Struct Reference

#include "IR/LLVMContextImpl.h"

Public Member Functions

 KeyTy (StringRef N, const ArrayRef< Type * > &TP, const ArrayRef< unsigned > &IP)
 
 KeyTy (const TargetExtType *TT)
 
bool operator== (const KeyTy &that) const
 
bool operator!= (const KeyTy &that) const
 

Public Attributes

StringRef Name
 
ArrayRef< Type * > TypeParams
 
ArrayRef< unsignedIntParams
 

Detailed Description

Definition at line 194 of file LLVMContextImpl.h.

Constructor & Destructor Documentation

◆ KeyTy() [1/2]

llvm::TargetExtTypeKeyInfo::KeyTy::KeyTy ( StringRef  N,
const ArrayRef< Type * > &  TP,
const ArrayRef< unsigned > &  IP 
)
inline

Definition at line 199 of file LLVMContextImpl.h.

◆ KeyTy() [2/2]

llvm::TargetExtTypeKeyInfo::KeyTy::KeyTy ( const TargetExtType TT)
inline

Definition at line 201 of file LLVMContextImpl.h.

Member Function Documentation

◆ operator!=()

bool llvm::TargetExtTypeKeyInfo::KeyTy::operator!= ( const KeyTy that) const
inline

Definition at line 209 of file LLVMContextImpl.h.

References operator==().

◆ operator==()

bool llvm::TargetExtTypeKeyInfo::KeyTy::operator== ( const KeyTy that) const
inline

Definition at line 205 of file LLVMContextImpl.h.

References IntParams, Name, and TypeParams.

Referenced by operator!=().

Member Data Documentation

◆ IntParams

ArrayRef<unsigned> llvm::TargetExtTypeKeyInfo::KeyTy::IntParams

Definition at line 197 of file LLVMContextImpl.h.

Referenced by operator==().

◆ Name

StringRef llvm::TargetExtTypeKeyInfo::KeyTy::Name

Definition at line 195 of file LLVMContextImpl.h.

Referenced by operator==().

◆ TypeParams

ArrayRef<Type *> llvm::TargetExtTypeKeyInfo::KeyTy::TypeParams

Definition at line 196 of file LLVMContextImpl.h.

Referenced by operator==().


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