Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp238 const unsigned LeftBitWidth = Ctx.getASTContext().getIntWidth(LHSTy); in checkLeftShiftOverflow() local
239 assert(LeftBitWidth > 0); in checkLeftShiftOverflow()
256 LeftBitWidth - static_cast<unsigned>(ShouldPreserveSignBit); in checkLeftShiftOverflow()
258 assert(LeftBitWidth >= UsedBitsInLeftOperand); in checkLeftShiftOverflow()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp221 unsigned LeftBitWidth = LeftOp.getBitWidth(); in eval() local
223 unsigned NewBitWidth = std::max(LeftBitWidth, RightBitWidth); in eval()