Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc334 struct PartialComparisonKind { struct
336 enum class Type : uint8_t { kEquals, kNotEquals };
337 enum class Target : uint8_t { kNull, kValue, kSelf };
338 enum class Position : uint8_t { kLeft, kRight };
340 const Type type_;
341 const Target target_;
342 const Position position_;
344 bool IsDefinitelyFalse() const { in IsDefinitelyFalse()
347 bool IsPossiblyFalse() const { in IsPossiblyFalse()
350 bool IsDefinitelyTrue() const { in IsDefinitelyTrue()
[all …]