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.cpp1915 Expr* OrigLHS = !LHS.isInvalid() ? LHS.get() : nullptr; in ParsePostfixExpressionSuffix() local
1917 PreferredType.enterMemAccess(Actions, Tok.getLocation(), OrigLHS); in ParsePostfixExpressionSuffix()
1920 Expr *Base = OrigLHS; in ParsePostfixExpressionSuffix()
1955 if (getLangOpts().CPlusPlus && OrigLHS) { in ParsePostfixExpressionSuffix()
1960 getCurScope(), OrigLHS, OpLoc, CorrectedOpKind, ObjectType, in ParsePostfixExpressionSuffix()
2024 } else if (OrigLHS && Name.isValid()) { in ParsePostfixExpressionSuffix()
2026 LHS = Actions.CreateRecoveryExpr(OrigLHS->getBeginLoc(), in ParsePostfixExpressionSuffix()
2027 Name.getEndLoc(), {OrigLHS}); in ParsePostfixExpressionSuffix()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3369 Value *OrigLHS, *OrigRHS; in foldICmpSelectConstant() local
3372 matchThreeWayIntCompare(Select, OrigLHS, OrigRHS, C1LessThan, C2Equal, in foldICmpSelectConstant()
3394 Cond, Builder.CreateICmp(ICmpInst::ICMP_SLT, OrigLHS, OrigRHS)); in foldICmpSelectConstant()
3397 Cond, Builder.CreateICmp(ICmpInst::ICMP_EQ, OrigLHS, OrigRHS)); in foldICmpSelectConstant()
3400 Cond, Builder.CreateICmp(ICmpInst::ICMP_SGT, OrigLHS, OrigRHS)); in foldICmpSelectConstant()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9952 OriginalOperand OrigLHS(LHS.get()), OrigRHS(RHS.get()); in InvalidOperands() local
9955 << OrigLHS.getType() << OrigRHS.getType() in InvalidOperands()
9960 if (OrigLHS.Conversion) { in InvalidOperands()
9961 Diag(OrigLHS.Conversion->getLocation(), in InvalidOperands()
H A DSemaOverload.cpp15719 Expr *OrigLHS = LHS; in BuildSynthesizedThreeWayComparison() local
15790 Context, OrigLHS, OrigRHS, BO_Cmp, Result.get()->getType(), in BuildSynthesizedThreeWayComparison()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12621 auto *OrigLHS = LHS; in isImpliedViaOperations() local
12732 if (isImpliedViaMerge(Pred, OrigLHS, RHS, OrigFoundLHS, FoundRHS, Depth + 1)) in isImpliedViaOperations()