Searched defs:SignedBits (Results 1 – 2 of 2) sorted by relevance
104 static inline int64_t SignedBits(const uint64_t value, const uint64_t msbit, in SignedBits() function
124 unsigned SignedBits = IntExprType->isUnsignedIntegerType() ? 0U : 1U; in calcMagnitudeBits() local