LLVM 22.0.0git
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 193 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 198 of file LLVMContextImpl.h.

References IntParams, N, Name, and TypeParams.

Referenced by operator!=(), and operator==().

◆ KeyTy() [2/2]

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

Definition at line 200 of file LLVMContextImpl.h.

References getName(), IntParams, Name, and TypeParams.

Member Function Documentation

◆ operator!=()

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

Definition at line 208 of file LLVMContextImpl.h.

References KeyTy(), and operator==().

◆ operator==()

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

Definition at line 204 of file LLVMContextImpl.h.

References IntParams, KeyTy(), Name, and TypeParams.

Referenced by operator!=().

Member Data Documentation

◆ IntParams

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

Definition at line 196 of file LLVMContextImpl.h.

Referenced by KeyTy(), KeyTy(), and operator==().

◆ Name

StringRef llvm::TargetExtTypeKeyInfo::KeyTy::Name

Definition at line 194 of file LLVMContextImpl.h.

Referenced by KeyTy(), KeyTy(), and operator==().

◆ TypeParams

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

Definition at line 195 of file LLVMContextImpl.h.

Referenced by KeyTy(), KeyTy(), and operator==().


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