Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp543 unsigned CurrentCase = 0; in convertSwitchInstruction() local
545 I != E; ++I, ++CurrentCase) { in convertSwitchInstruction()
548 Switch->addBranch(CurrentCase, CaseValue, CaseSuccessor); in convertSwitchInstruction()