Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSVal

6287   const APValue &LHSVal = LHSResult.Val;
6291 if (E->isAdditiveOp() && LHSVal.isLValue() && RHSVal.isInt()) {
6292 Result = LHSVal;
6304 RHSVal.isLValue() && LHSVal.isInt()) {
6307 LHSVal.getInt().getZExtValue());
6311 if (E->getOpcode() == BO_Sub && LHSVal.isLValue() && RHSVal.isLValue()) {
6313 if (!LHSVal.getLValueOffset().isZero() ||
6316 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
6333 if (!LHSVal.isInt() || !RHSVal.isInt())
6341 if (!handleIntIntBinOp(Info, E, LHSVal.getInt(), E->getOpcode(),