LLVM 22.0.0git
|
#include "IR/LLVMContextImpl.h"
Public Member Functions | |
MDNodeKeyImpl (Metadata *CountNode, Metadata *LowerBound, Metadata *UpperBound, Metadata *Stride) | |
MDNodeKeyImpl (const DISubrange *N) | |
bool | isKeyOf (const DISubrange *RHS) const |
unsigned | getHashValue () const |
Public Attributes | |
Metadata * | CountNode |
Metadata * | LowerBound |
Metadata * | UpperBound |
Metadata * | Stride |
Definition at line 378 of file LLVMContextImpl.h.
|
inline |
Definition at line 384 of file LLVMContextImpl.h.
References CountNode, LowerBound, Stride, and UpperBound.
|
inline |
Definition at line 388 of file LLVMContextImpl.h.
References CountNode, LowerBound, N, Stride, and UpperBound.
|
inline |
Definition at line 414 of file LLVMContextImpl.h.
References llvm::cast(), CountNode, llvm::dyn_cast(), llvm::hash_combine(), LowerBound, Stride, and UpperBound.
|
inline |
Definition at line 392 of file LLVMContextImpl.h.
References llvm::cast(), CountNode, llvm::dyn_cast_or_null(), llvm::ConstantInt::getSExtValue(), llvm::ConstantAsMetadata::getValue(), LowerBound, RHS, Stride, and UpperBound.
Metadata* llvm::MDNodeKeyImpl< DISubrange >::CountNode |
Definition at line 379 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DISubrange >::LowerBound |
Definition at line 380 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DISubrange >::Stride |
Definition at line 382 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().
Metadata* llvm::MDNodeKeyImpl< DISubrange >::UpperBound |
Definition at line 381 of file LLVMContextImpl.h.
Referenced by getHashValue(), isKeyOf(), MDNodeKeyImpl(), and MDNodeKeyImpl().