Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc299 struct PartialComparisonKind { struct
301 enum class Type : uint8_t { kEquals, kNotEquals };
303 enum class Position : uint8_t { kLeft, kRight };
305 const Type type_;
306 const Target target_;
307 const Position position_;
309 bool IsDefinitelyFalse() const { in IsDefinitelyFalse()
312 bool IsPossiblyFalse() const { in IsPossiblyFalse()
315 bool IsDefinitelyTrue() const { in IsDefinitelyTrue()
324 bool IsPossiblyTrue() const { in IsPossiblyTrue()
[all …]