Searched refs:IntExprType (Results 1 – 1 of 1) sorted by relevance
100 const QualType &IntExprType) { in calcMagnitudeBits() argument101 assert(IntExprType->isIntegerType()); in calcMagnitudeBits()103 return IntExprType->isUnsignedIntegerType() in calcMagnitudeBits()104 ? Context.getIntWidth(IntExprType) in calcMagnitudeBits()105 : Context.getIntWidth(IntExprType) - 1; in calcMagnitudeBits()