Home
last modified time | relevance | path

Searched refs:ResSlot (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3675 unsigned ResSlot = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3676 if (ResSlot & 128) in SelectCodeCommon()
3677 ResSlot = GetVBR(ResSlot, MatcherTable, MatcherIndex); in SelectCodeCommon()
3679 assert(ResSlot < RecordedNodes.size() && "Invalid CompleteMatch"); in SelectCodeCommon()
3680 SDValue Res = RecordedNodes[ResSlot].first; in SelectCodeCommon()