Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h38 static constexpr unsigned LsbWeightBitWidth = 13; variable
52 assert(isUInt<WidthBitWidth>(Width) && isInt<LsbWeightBitWidth>(Weight.LsbWeight)); in FixedPointSemantics()
120 signed int LsbWeight : LsbWeightBitWidth;