Searched refs:ValCaseIndex (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp2509 unsigned ValCaseIndex = 4; // index to beginning of case entry. local
2511 ++CaseIndex, ValCaseIndex += 4) {
2512 if (Values[ValCaseIndex] != 1 || Values[ValCaseIndex + 1] != 1) {
2516 << "in switch record. (at index" << ValCaseIndex << ")"; local
2521 NaClDecodeSignRotatedValue(Values[ValCaseIndex + 2]));
2522 Ice::CfgNode *Label = getBranchBasicBlock(Values[ValCaseIndex + 3]);

Completed in 458 milliseconds