Home
last modified time | relevance | path

Searched defs:ExactEqualsExpression (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp429 struct ExactEqualsExpression { struct
430 const Expression &E;
432 explicit ExactEqualsExpression(const Expression &E) : E(E) {} in ExactEqualsExpression() function
434 hash_code getComputedHash() const { return E.getComputedHash(); } in getComputedHash()
436 bool operator==(const Expression &Other) const { in operator ==()