Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp876 if (std::optional<loc::ConcreteInt> rInt = rhs.getAs<loc::ConcreteInt>()) { in evalBinOpLL() local
880 BasicVals.evalAPSInt(op, L.getValue(), rInt->getValue())) in evalBinOpLL()
910 if (std::optional<loc::ConcreteInt> rInt = rhs.getAs<loc::ConcreteInt>()) { in evalBinOpLL() local
915 return MakeSymIntVal(lSym, op, rInt->getValue(), resultTy); in evalBinOpLL()
922 if (rInt->isZeroConstant()) { in evalBinOpLL()
H A DSValBuilder.cpp445 if (std::optional<nonloc::ConcreteInt> rInt = in makeSymExprValNN() local
447 return makeNonLoc(symLHS, Op, rInt->getValue(), ResultTy); in makeSymExprValNN()