Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp646 ExprResult OrigLHS = LHS; in ParseRHSOfBinaryExpression() local
693 Actions.CorrectDelayedTyposInExpr(OrigLHS); in ParseRHSOfBinaryExpression()
2265 Expr* OrigLHS = !LHS.isInvalid() ? LHS.get() : nullptr; in ParsePostfixExpressionSuffix() local
2267 PreferredType.enterMemAccess(Actions, Tok.getLocation(), OrigLHS); in ParsePostfixExpressionSuffix()
2270 Expr *Base = OrigLHS; in ParsePostfixExpressionSuffix()
2305 if (getLangOpts().CPlusPlus && OrigLHS) { in ParsePostfixExpressionSuffix()
2310 getCurScope(), OrigLHS, OpLoc, CorrectedOpKind, ObjectType, in ParsePostfixExpressionSuffix()
2375 } else if (OrigLHS && Name.isValid()) { in ParsePostfixExpressionSuffix()
2377 LHS = Actions.CreateRecoveryExpr(OrigLHS->getBeginLoc(), in ParsePostfixExpressionSuffix()
2378 Name.getEndLoc(), {OrigLHS}); in ParsePostfixExpressionSuffix()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3222 Value *OrigLHS, *OrigRHS; in foldICmpSelectConstant() local
3225 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant()
3247 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
3250 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
3253 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9762 OriginalOperand OrigLHS(LHS.get()), OrigRHS(RHS.get()); in InvalidOperands() local
9765 << OrigLHS.getType() << OrigRHS.getType() in InvalidOperands()
9770 if (OrigLHS.Conversion) { in InvalidOperands()
9771 Diag(OrigLHS.Conversion->getLocation(), in InvalidOperands()
H A DSemaOverload.cpp14903 Expr *OrigLHS = LHS; in BuildSynthesizedThreeWayComparison() local
14974 Context, OrigLHS, OrigRHS, BO_Cmp, Result.get()->getType(), in BuildSynthesizedThreeWayComparison()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12431 auto *OrigLHS = LHS; in isImpliedViaOperations() local
12542 if (isImpliedViaMerge(Pred, OrigLHS, RHS, OrigFoundLHS, FoundRHS, Depth + 1)) in isImpliedViaOperations()