Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp258 const unsigned UsedBitsInLeftOperand = Left->getValue().getActiveBits(); in checkLeftShiftOverflow() local
259 assert(LeftBitWidth >= UsedBitsInLeftOperand); in checkLeftShiftOverflow()
261 LeftAvailableBitWidth - UsedBitsInLeftOperand; in checkLeftShiftOverflow()