Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2614 uint64_t NextBits; in GetVBR() local
2616 NextBits = MatcherTable[Idx++]; in GetVBR()
2617 Val |= (NextBits&127) << Shift; in GetVBR()
2619 } while (NextBits & 128); in GetVBR()