Home
last modified time | relevance | path

Searched defs:switchInst (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/SPIRV/
DSpvBuilder.cpp3403 Instruction* switchInst = new Instruction(NoResult, NoType, OpSwitch); in makeSwitch() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp1946 auto switchInst = Ice::InstSwitch::create(::function, numCases, control, defaultBranch); in createSwitch() local