Searched refs:ResSlot (Results 1 – 1 of 1) sorted by relevance
4238 unsigned ResSlot = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local4239 if (ResSlot & 128) in SelectCodeCommon()4240 ResSlot = GetVBR(ResSlot, MatcherTable, MatcherIndex); in SelectCodeCommon()4242 assert(ResSlot < RecordedNodes.size() && "Invalid CompleteMatch"); in SelectCodeCommon()4243 SDValue Res = RecordedNodes[ResSlot].first; in SelectCodeCommon()