Searched defs:Target_Max (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInst.h79 Target_Max = std::numeric_limits<uint8_t>::max(), enumerator in enum:Ice::Inst::InstKind
81 static_assert(Target <= Target_Max, "Must not be above max.");
1154 assert(Kind <= Target_Max);

Completed in 58 milliseconds