Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h756 const unsigned MaxSlots = 32; in sortUseList() local
757 Use *Slots[MaxSlots]; in sortUseList()
789 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32"); in sortUseList()