Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp847 if (std::optional<loc::ConcreteInt> rInt = rhs.getAs<loc::ConcreteInt>()) { in evalBinOpLL() local
851 BasicVals.evalAPSInt(op, L.getValue(), rInt->getValue())) in evalBinOpLL()
881 if (std::optional<loc::ConcreteInt> rInt = rhs.getAs<loc::ConcreteInt>()) { in evalBinOpLL() local
886 return MakeSymIntVal(lSym, op, rInt->getValue(), resultTy); in evalBinOpLL()
893 if (rInt->isZeroConstant()) { in evalBinOpLL()
H A DSValBuilder.cpp437 if (std::optional<nonloc::ConcreteInt> rInt = in makeSymExprValNN() local
439 return makeNonLoc(symLHS, Op, rInt->getValue(), ResultTy); in makeSymExprValNN()