Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2661 uint64_t NextBits; in GetVBR() local
2663 NextBits = MatcherTable[Idx++]; in GetVBR()
2664 Val |= (NextBits&127) << Shift; in GetVBR()
2666 } while (NextBits & 128); in GetVBR()