Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStratifiedSets.h324 auto &NextBits = Links[NextIndex].Attrs; in propagateAttrs() local
325 NextBits |= CurrentBits; in propagateAttrs()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2357 uint64_t NextBits; in GetVBR() local
2359 NextBits = MatcherTable[Idx++]; in GetVBR()
2360 Val |= (NextBits&127) << Shift; in GetVBR()
2362 } while (NextBits & 128); in GetVBR()