Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1126 const llvm::APSInt &leftI = lhsInt->getValue(); in evalBinOpLN() local
1127 assert(leftI.isUnsigned()); in evalBinOpLN()
1132 rightI = rightI.extOrTrunc(leftI.getBitWidth()); in evalBinOpLN()
1143 rightI = leftI + rightI; in evalBinOpLN()
1146 rightI = leftI - rightI; in evalBinOpLN()