Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp432 struct ExactEqualsExpression { struct
433 const Expression &E;
435 explicit ExactEqualsExpression(const Expression &E) : E(E) {} in ExactEqualsExpression() argument
437 hash_code getComputedHash() const { return E.getComputedHash(); } in getComputedHash()
439 bool operator==(const Expression &Other) const { in operator ==()