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