Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp615 ExprResult OrigLHS = LHS; in ParseRHSOfBinaryExpression() local
662 Actions.CorrectDelayedTyposInExpr(OrigLHS); in ParseRHSOfBinaryExpression()
2088 Expr* OrigLHS = !LHS.isInvalid() ? LHS.get() : nullptr; in ParsePostfixExpressionSuffix() local
2090 PreferredType.enterMemAccess(Actions, Tok.getLocation(), OrigLHS); in ParsePostfixExpressionSuffix()
2093 Expr *Base = OrigLHS; in ParsePostfixExpressionSuffix()
2128 if (getLangOpts().CPlusPlus && OrigLHS) { in ParsePostfixExpressionSuffix()
2133 getCurScope(), OrigLHS, OpLoc, CorrectedOpKind, ObjectType, in ParsePostfixExpressionSuffix()
2198 } else if (OrigLHS && Name.isValid()) { in ParsePostfixExpressionSuffix()
2200 LHS = Actions.CreateRecoveryExpr(OrigLHS->getBeginLoc(), in ParsePostfixExpressionSuffix()
2201 Name.getEndLoc(), {OrigLHS}); in ParsePostfixExpressionSuffix()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2734 Value *OrigLHS, *OrigRHS; in foldICmpSelectConstant() local
2737 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant()
2762 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
2765 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
2768 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp9670 OriginalOperand OrigLHS(LHS.get()), OrigRHS(RHS.get()); in InvalidOperands() local
9673 << OrigLHS.getType() << OrigRHS.getType() in InvalidOperands()
9678 if (OrigLHS.Conversion) { in InvalidOperands()
9679 Diag(OrigLHS.Conversion->getLocation(), in InvalidOperands()
H A DSemaOverload.cpp13894 Expr *OrigLHS = LHS; in BuildSynthesizedThreeWayComparison() local
13965 Context, OrigLHS, OrigRHS, BO_Cmp, Result.get()->getType(), in BuildSynthesizedThreeWayComparison()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp10950 auto *OrigLHS = LHS; in isImpliedViaOperations() local
11061 if (isImpliedViaMerge(Pred, OrigLHS, RHS, OrigFoundLHS, FoundRHS, Depth + 1)) in isImpliedViaOperations()