Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInst.h79 Target_Max = std::numeric_limits<uint8_t>::max(), enumerator
81 static_assert(Target <= Target_Max, "Must not be above max.");
1171 assert(Kind <= Target_Max); in InstTarget()