Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DStratifiedSets.h335 auto &NextBits = Links[NextIndex].Attrs; in propagateAttrs() local
336 NextBits |= CurrentBits; in propagateAttrs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1509 uint64_t NextBits; in GetVBR() local
1511 NextBits = MatcherTable[Idx++]; in GetVBR()
1512 Val |= (NextBits&127) << Shift; in GetVBR()
1514 } while (NextBits & 128); in GetVBR()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2159 uint64_t NextBits; in GetVBR() local
2161 NextBits = MatcherTable[Idx++]; in GetVBR()
2162 Val |= (NextBits&127) << Shift; in GetVBR()
2164 } while (NextBits & 128); in GetVBR()