Searched refs:Expr1 (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IdenticalExprChecker.cpp | 318 const Expr *Expr1 = dyn_cast<Expr>(Stmt1); in isIdenticalStmt() local 321 if (Expr1 && Expr2) { in isIdenticalStmt() 324 if (!IgnoreSideEffects && Expr1->HasSideEffects(Ctx)) in isIdenticalStmt() 328 if ((Expr1->getExprLoc().isMacroID()) || (Expr2->getExprLoc().isMacroID())) in isIdenticalStmt() 332 Expr::const_child_iterator I1 = Expr1->child_begin(); in isIdenticalStmt() 334 while (I1 != Expr1->child_end() && I2 != Expr2->child_end()) { in isIdenticalStmt() 342 if (I1 != Expr1->child_end()) in isIdenticalStmt()
|
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.cpp | 86 if (auto *Expr1 = dyn_cast<BoolValue>(Val1)) { in mergeDistinctValues() local 91 MergedEnv.makeIff(MergedVal, *Expr1)), in mergeDistinctValues()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 1207 : SExpr(COP_BinaryOp), Expr0(E0), Expr1(E1) { in BinaryOp() 1212 : SExpr(B), Expr0(E0), Expr1(E1) { in BinaryOp() 1225 SExpr *expr1() { return Expr1; } in expr1() 1226 const SExpr *expr1() const { return Expr1; } in expr1() 1231 auto Ne1 = Vs.traverse(Expr1, Vs.subExprCtx(Ctx)); in traverse() 1249 SExpr* Expr1; variable
|
| /llvm-project-15.0.7/llvm/test/Transforms/LowerMatrixIntrinsics/ |
| H A D | remarks-shared-subtrees.ll | 147 !30 = distinct !DISubprogram(name: "Expr1", scope: !28, file: !28, line: 166, type: !9, scopeLine: …
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 2655 ExprResult Expr1(ParseAssignmentExpression()); in ParseBuiltinPrimaryExpression() local 2656 if (Expr1.isInvalid()) { in ParseBuiltinPrimaryExpression() 2658 return Expr1; in ParseBuiltinPrimaryExpression() 2674 Res = Actions.ActOnChooseExpr(StartLoc, Cond.get(), Expr1.get(), in ParseBuiltinPrimaryExpression()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 2355 Value *Expr1 = in expandComparePredicate() local 2360 auto *I = Builder.CreateICmp(InvPred, Expr0, Expr1, "ident.check"); in expandComparePredicate()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 5536 auto areExprsEqual = [&](const SCEV *Expr1, const SCEV *Expr2) -> bool { in areAddRecsEqualWithPreds() argument 5537 if (Expr1 != Expr2 && !Preds->implies(SE.getEqualPredicate(Expr1, Expr2)) && in areAddRecsEqualWithPreds() 5538 !Preds->implies(SE.getEqualPredicate(Expr2, Expr1))) in areAddRecsEqualWithPreds()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 8401 Expr *Expr1 = IsIntFirstExpr ? Int.get() : PointerExpr; in checkPointerIntegerMismatch() local 8405 << Expr1->getType() << Expr2->getType() in checkPointerIntegerMismatch() 8406 << Expr1->getSourceRange() << Expr2->getSourceRange(); in checkPointerIntegerMismatch()
|