Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp433 struct ExactEqualsExpression { struct
434 const Expression &E;
436 explicit ExactEqualsExpression(const Expression &E) : E(E) {} in ExactEqualsExpression() function
438 hash_code getComputedHash() const { return E.getComputedHash(); } in getComputedHash()
440 bool operator==(const Expression &Other) const { in operator ==()