Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h649 const unsigned MaxSlots = 32; in sortUseList() local
650 Use *Slots[MaxSlots]; in sortUseList()
682 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()
/external/llvm/include/llvm/IR/
DValue.h639 const unsigned MaxSlots = 32; in sortUseList() local
640 Use *Slots[MaxSlots]; in sortUseList()
672 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DValue.h696 const unsigned MaxSlots = 32; in sortUseList() local
697 Use *Slots[MaxSlots]; in sortUseList()
729 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()