Home
last modified time | relevance | path

Searched refs:OrigLHS (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp615 ExprResult OrigLHS = LHS; in ParseRHSOfBinaryExpression() local
662 Actions.CorrectDelayedTyposInExpr(OrigLHS); in ParseRHSOfBinaryExpression()
2123 Expr* OrigLHS = !LHS.isInvalid() ? LHS.get() : nullptr; in ParsePostfixExpressionSuffix() local
2125 PreferredType.enterMemAccess(Actions, Tok.getLocation(), OrigLHS); in ParsePostfixExpressionSuffix()
2128 Expr *Base = OrigLHS; in ParsePostfixExpressionSuffix()
2163 if (getLangOpts().CPlusPlus && OrigLHS) { in ParsePostfixExpressionSuffix()
2168 getCurScope(), OrigLHS, OpLoc, CorrectedOpKind, ObjectType, in ParsePostfixExpressionSuffix()
2233 } else if (OrigLHS && Name.isValid()) { in ParsePostfixExpressionSuffix()
2235 LHS = Actions.CreateRecoveryExpr(OrigLHS->getBeginLoc(), in ParsePostfixExpressionSuffix()
2236 Name.getEndLoc(), {OrigLHS}); in ParsePostfixExpressionSuffix()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2926 Value *OrigLHS, *OrigRHS; in foldICmpSelectConstant() local
2929 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant()
2954 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
2957 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
2960 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp10090 OriginalOperand OrigLHS(LHS.get()), OrigRHS(RHS.get()); in InvalidOperands() local
10093 << OrigLHS.getType() << OrigRHS.getType() in InvalidOperands()
10098 if (OrigLHS.Conversion) { in InvalidOperands()
10099 Diag(OrigLHS.Conversion->getLocation(), in InvalidOperands()
H A DSemaOverload.cpp14085 Expr *OrigLHS = LHS; in BuildSynthesizedThreeWayComparison() local
14156 Context, OrigLHS, OrigRHS, BO_Cmp, Result.get()->getType(), in BuildSynthesizedThreeWayComparison()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp12042 auto *OrigLHS = LHS; in isImpliedViaOperations() local
12153 if (isImpliedViaMerge(Pred, OrigLHS, RHS, OrigFoundLHS, FoundRHS, Depth + 1)) in isImpliedViaOperations()