Searched refs:ResSlot (Results 1 – 1 of 1) sorted by relevance
3330 unsigned ResSlot = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local3331 if (ResSlot & 128) in SelectCodeCommon()3332 ResSlot = GetVBR(ResSlot, MatcherTable, MatcherIndex); in SelectCodeCommon()3334 assert(ResSlot < RecordedNodes.size() && "Invalid CompleteMatch"); in SelectCodeCommon()3335 SDValue Res = RecordedNodes[ResSlot].first; in SelectCodeCommon()