Searched refs:OrigLHS (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/lib/Parse/ |
D | ParseExpr.cpp | 615 ExprResult OrigLHS = LHS; in ParseRHSOfBinaryExpression() local 662 Actions.CorrectDelayedTyposInExpr(OrigLHS); in ParseRHSOfBinaryExpression() 2086 Expr* OrigLHS = !LHS.isInvalid() ? LHS.get() : nullptr; in ParsePostfixExpressionSuffix() local 2088 PreferredType.enterMemAccess(Actions, Tok.getLocation(), OrigLHS); in ParsePostfixExpressionSuffix() 2091 Expr *Base = OrigLHS; in ParsePostfixExpressionSuffix() 2126 if (getLangOpts().CPlusPlus && OrigLHS) { in ParsePostfixExpressionSuffix() 2131 getCurScope(), OrigLHS, OpLoc, CorrectedOpKind, ObjectType, in ParsePostfixExpressionSuffix() 2196 } else if (OrigLHS && Name.isValid()) { in ParsePostfixExpressionSuffix() 2198 LHS = Actions.CreateRecoveryExpr(OrigLHS->getBeginLoc(), in ParsePostfixExpressionSuffix() 2199 Name.getEndLoc(), {OrigLHS}); in ParsePostfixExpressionSuffix()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 434 ExprResult OrigLHS = LHS; in ParseRHSOfBinaryExpression() local 461 Actions.CorrectDelayedTyposInExpr(OrigLHS); in ParseRHSOfBinaryExpression() 1477 ExprResult OrigLHS = LHS; in ParsePostfixExpressionSuffix() local 1491 (void)Actions.CorrectDelayedTyposInExpr(OrigLHS); in ParsePostfixExpressionSuffix()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2684 Value *OrigLHS, *OrigRHS; in foldICmpSelectConstant() local 2687 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant() 2712 OrigLHS, OrigRHS)); in foldICmpSelectConstant() 2715 OrigLHS, OrigRHS)); in foldICmpSelectConstant() 2718 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2728 Value *OrigLHS, *OrigRHS; in foldICmpSelectConstant() local 2731 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant() 2756 OrigLHS, OrigRHS)); in foldICmpSelectConstant() 2759 OrigLHS, OrigRHS)); in foldICmpSelectConstant() 2762 OrigLHS, OrigRHS)); in foldICmpSelectConstant()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 9570 OriginalOperand OrigLHS(LHS.get()), OrigRHS(RHS.get()); in InvalidOperands() local 9573 << OrigLHS.getType() << OrigRHS.getType() in InvalidOperands() 9578 if (OrigLHS.Conversion) { in InvalidOperands() 9579 Diag(OrigLHS.Conversion->getLocation(), in InvalidOperands()
|
D | SemaOverload.cpp | 13906 Expr *OrigLHS = LHS; in BuildSynthesizedThreeWayComparison() local 13977 Context, OrigLHS, OrigRHS, BO_Cmp, Result.get()->getType(), in BuildSynthesizedThreeWayComparison()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 10303 auto *OrigLHS = LHS; in isImpliedViaOperations() local 10414 if (isImpliedViaMerge(Pred, OrigLHS, RHS, OrigFoundLHS, FoundRHS, Depth + 1)) in isImpliedViaOperations()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 10761 auto *OrigLHS = LHS; in isImpliedViaOperations() local 10872 if (isImpliedViaMerge(Pred, OrigLHS, RHS, OrigFoundLHS, FoundRHS, Depth + 1)) in isImpliedViaOperations()
|