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

Public Member Functions

 ExactEqualsExpression (const Expression &E)
 
hash_code getComputedHash () const
 
bool operator== (const Expression &Other) const
 

Public Attributes

const ExpressionE
 

Detailed Description

Definition at line 429 of file NewGVN.cpp.

Constructor & Destructor Documentation

◆ ExactEqualsExpression()

llvm::ExactEqualsExpression::ExactEqualsExpression ( const Expression E)
inlineexplicit

Definition at line 432 of file NewGVN.cpp.

Member Function Documentation

◆ getComputedHash()

hash_code llvm::ExactEqualsExpression::getComputedHash ( ) const
inline

Definition at line 434 of file NewGVN.cpp.

References E.

◆ operator==()

bool llvm::ExactEqualsExpression::operator== ( const Expression Other) const
inline

Definition at line 436 of file NewGVN.cpp.

References E, and llvm::Other.

Member Data Documentation

◆ E

const Expression& llvm::ExactEqualsExpression::E

Definition at line 430 of file NewGVN.cpp.

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


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