Home
last modified time | relevance | path

Searched refs:ExactEquals (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination.cc562 constexpr bool ExactEquals(Value other) const;
1397 constexpr bool LSEVisitor::Value::ExactEquals(LSEVisitor::Value other) const { in ExactEquals() function in art::LSEVisitor::Value
2776 if (!vr->value.ExactEquals(initial)) { in ForEachRecord()