Searched refs:rInt (Results 1 – 2 of 2) sorted by relevance
847 if (std::optional<loc::ConcreteInt> rInt = rhs.getAs<loc::ConcreteInt>()) { in evalBinOpLL() local851 BasicVals.evalAPSInt(op, L.getValue(), rInt->getValue())) in evalBinOpLL()881 if (std::optional<loc::ConcreteInt> rInt = rhs.getAs<loc::ConcreteInt>()) { in evalBinOpLL() local886 return MakeSymIntVal(lSym, op, rInt->getValue(), resultTy); in evalBinOpLL()893 if (rInt->isZeroConstant()) { in evalBinOpLL()
437 if (std::optional<nonloc::ConcreteInt> rInt = in makeSymExprValNN() local439 return makeNonLoc(symLHS, Op, rInt->getValue(), ResultTy); in makeSymExprValNN()