Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h898 const unsigned MaxSlots = 32; in sortUseList() local
899 Use *Slots[MaxSlots]; in sortUseList()
931 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()