LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::ExactEqualsExpression Struct Reference
Collaboration diagram for llvm::ExactEqualsExpression:
Collaboration graph
[legend]

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 430 of file NewGVN.cpp.

Constructor & Destructor Documentation

◆ ExactEqualsExpression()

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

Definition at line 433 of file NewGVN.cpp.

Member Function Documentation

◆ getComputedHash()

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

◆ operator==()

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

Definition at line 437 of file NewGVN.cpp.

References llvm::GVNExpression::Expression::exactlyEquals().

Member Data Documentation

◆ E

const Expression& llvm::ExactEqualsExpression::E

Definition at line 431 of file NewGVN.cpp.


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