Searched refs:ResSlot (Results 1 – 1 of 1) sorted by relevance
4295 unsigned ResSlot = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local4296 if (ResSlot & 128) in SelectCodeCommon()4297 ResSlot = GetVBR(ResSlot, MatcherTable, MatcherIndex); in SelectCodeCommon()4299 assert(ResSlot < RecordedNodes.size() && "Invalid CompleteMatch"); in SelectCodeCommon()4300 SDValue Res = RecordedNodes[ResSlot].first; in SelectCodeCommon()