Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp1274 Optional<llvm::APSInt> ShiftingValue = in check() local
1277 if (!ShiftingValue) in check()
1290 if (AndValue->getActiveBits() > *ShiftingValue) in check()