Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp989 SizeT SwitchIndex = 0; member in IceBuilder
999 SwitchIndex = 0; in Switch()
1006 LOG(out << "IfValue(" << Value << ") [Index = " << SwitchIndex << "]\n"); in IfValue()
1009 CurrentSwitch->addBranch(SwitchIndex++, Value, Target); in IfValue()
1013 LOG(out << "IfDefault(...) [Index = " << SwitchIndex << "]\n"); in IfDefault()
1017 assert(SwitchIndex == CurrentSwitch->getNumCases()); in IfDefault()