Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp430 struct ExactEqualsExpression { struct
431 const Expression &E;
433 explicit ExactEqualsExpression(const Expression &E) : E(E) {} in ExactEqualsExpression() argument
435 hash_code getComputedHash() const { return E.getComputedHash(); } in getComputedHash()
437 bool operator==(const Expression &Other) const { in operator ==()