Home | History | Annotate | Download | only in AST

Lines Matching defs:LHSVal

4641   const APValue &LHSVal = LHSResult.Val;
4645 if (E->isAdditiveOp() && LHSVal.isLValue() && RHSVal.isInt()) {
4646 Result = LHSVal;
4658 RHSVal.isLValue() && LHSVal.isInt()) {
4661 LHSVal.getInt().getZExtValue());
4665 if (E->getOpcode() == BO_Sub && LHSVal.isLValue() && RHSVal.isLValue()) {
4667 if (!LHSVal.getLValueOffset().isZero() ||
4670 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>();
4687 if (!LHSVal.isInt() || !RHSVal.isInt())
4690 const APSInt &LHS = LHSVal.getInt();