Home
last modified time | relevance | path

Searched refs:LHSEType (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DTooSmallLoopVariableCheck.cpp120 QualType LHSEType = LHSE->getType(); in calcUpperBoundMagnitudeBits() local
122 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()