LLVM 22.0.0git
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 441 of file NewGVN.cpp.

Constructor & Destructor Documentation

◆ ExactEqualsExpression()

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

Definition at line 444 of file NewGVN.cpp.

References E.

Member Function Documentation

◆ getComputedHash()

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

Definition at line 446 of file NewGVN.cpp.

References E.

◆ operator==()

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

Definition at line 448 of file NewGVN.cpp.

References E, and llvm::Other.

Member Data Documentation

◆ E

const Expression& llvm::ExactEqualsExpression::E

Definition at line 442 of file NewGVN.cpp.

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


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