Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp257 const unsigned UsedBitsInLeftOperand = Left->getValue()->getActiveBits(); in checkLeftShiftOverflow() local
258 assert(LeftBitWidth >= UsedBitsInLeftOperand); in checkLeftShiftOverflow()
260 LeftAvailableBitWidth - UsedBitsInLeftOperand; in checkLeftShiftOverflow()