Searched defs:MaxBits (Results 1 – 8 of 8) sorted by relevance
279 func MaxBits() Value { func
189 static constexpr SizeT MaxBits = sizeof(SmallBitVector::Bits) * CHAR_BIT; variable
443 const unsigned MaxBits = 64; in convertFloatingToInteger() local
468 const unsigned MaxBits = 64; in convertFloatingToInteger() local
474 const unsigned MaxBits = 64; in convertFloatingToInteger() local
296 uint16_t MaxBits; member
51 static Error checkNumberFits(uint32_t Number, size_t MaxBits, in checkNumberFits()
12037 uint64_t MaxBits = std::max(std::max(LHSSize, RHSSize), ResultSize); in VisitBuiltinCallExpr() local