Searched refs:RHSEType (Results 1 – 1 of 1) sorted by relevance
119 QualType RHSEType = RHSE->getType(); in calcUpperBoundMagnitudeBits() local122 if (!RHSEType->isIntegerType() || !LHSEType->isIntegerType()) in calcUpperBoundMagnitudeBits()125 bool RHSEIsConstantValue = RHSEType->isEnumeralType() || in calcUpperBoundMagnitudeBits()126 RHSEType.isConstQualified() || in calcUpperBoundMagnitudeBits()138 return calcMagnitudeBits(Context, RHSEType); in calcUpperBoundMagnitudeBits()141 calcMagnitudeBits(Context, RHSEType)); in calcUpperBoundMagnitudeBits()