Searched refs:DefaultBitN (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h300 RegisterCell(uint16_t Width = DefaultBitN) : Bits(Width) {} argument
342 // The DefaultBitN is here only to avoid frequent reallocation of the
344 static const unsigned DefaultBitN = 32;
345 using BitValueList = SmallVector<BitValue, DefaultBitN>;

Completed in 100 milliseconds