Lines Matching defs:LHSVal
14130 const APValue &LHSVal = LHSResult.Val;
14134 if (E->isAdditiveOp() && LHSVal.isLValue() && RHSVal.isInt()) {
14135 Result = LHSVal;
14142 RHSVal.isLValue() && LHSVal.isInt()) {
14144 addOrSubLValueAsInteger(Result, LHSVal.getInt(), /*IsSub*/false);
14148 if (E->getOpcode() == BO_Sub && LHSVal.isLValue() && RHSVal.isLValue()) {
14150 if (!LHSVal.getLValueOffset().isZero() ||
14153 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
14170 if (!LHSVal.isInt() || !RHSVal.isInt())
14178 if (!handleIntIntBinOp(Info, E, LHSVal.getInt(), E->getOpcode(),