Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp510 void InstSwitch::addBranch(SizeT CaseIndex, uint64_t Value, CfgNode *Label) { in addBranch()
H A DPNaClTranslator.cpp2510 for (uint32_t CaseIndex = 0; CaseIndex < NumCases; in ProcessRecord() local