Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceOperand.h65 kTarget_Max = std::numeric_limits<uint8_t>::max(), enumerator
67 static_assert(kTarget <= kTarget_Max, "Must not be above max.");
115 assert(Kind <= kTarget_Max); in Operand()