Lines Matching defs:LHSExpr
926 const Expr *LHSExpr = B->getLHS()->IgnoreParens();
929 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr);
934 BoolExpr = LHSExpr;
965 const Expr *LHSExpr = B->getLHS()->IgnoreParens();
969 getIntegerLiteralSubexpressionValue(LHSExpr);
974 BoolExpr = LHSExpr;
1086 const Expr *LHSExpr = B->getLHS()->IgnoreParens();
1103 TryResult Result = CheckLogicalOpWithNegatedVariable(LHSExpr, RHSExpr);
1106 Result = CheckLogicalOpWithNegatedVariable(RHSExpr, LHSExpr);
1110 const auto *LHS = dyn_cast<BinaryOperator>(LHSExpr);