Searched refs:LHSEType (Results 1 – 1 of 1) sorted by relevance
120 QualType LHSEType = LHSE->getType(); in calcUpperBoundMagnitudeBits() local122 if (!RHSEType->isIntegerType() || !LHSEType->isIntegerType()) in calcUpperBoundMagnitudeBits()128 bool LHSEIsConstantValue = LHSEType->isEnumeralType() || in calcUpperBoundMagnitudeBits()129 LHSEType.isConstQualified() || in calcUpperBoundMagnitudeBits()136 return calcMagnitudeBits(Context, LHSEType); in calcUpperBoundMagnitudeBits()140 return std::max(calcMagnitudeBits(Context, LHSEType), in calcUpperBoundMagnitudeBits()