Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp872 const llvm::APSInt &leftI = lhsInt->getValue(); in evalBinOpLN() local
873 assert(leftI.isUnsigned()); in evalBinOpLN()
878 rightI = rightI.extOrTrunc(leftI.getBitWidth()); in evalBinOpLN()
887 rightI = leftI + rightI; in evalBinOpLN()
890 rightI = leftI - rightI; in evalBinOpLN()