Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceInst.h79 Target_Max = std::numeric_limits<uint8_t>::max(), enumerator
81 static_assert(Target <= Target_Max, "Must not be above max.");
1174 assert(Kind <= Target_Max); in InstTarget()