Searched refs:IncrExpr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2392 ExprResult NotEqExpr = Cond, IncrExpr = Inc; local
2638 IncrExpr = ActOnUnaryOp(S, ColonLoc, tok::plusplus, BeginRef.get());
2639 if (!IncrExpr.isInvalid() && CoawaitLoc.isValid())
2643 IncrExpr = ActOnCoawaitExpr(S, CoawaitLoc, IncrExpr.get());
2644 if (!IncrExpr.isInvalid())
2645 IncrExpr = ActOnFinishFullExpr(IncrExpr.get(), /*DiscardedValue*/ false);
2646 if (IncrExpr.isInvalid()) {
2690 IncrExpr
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp428 void replaceIV(DAGRootSet &DRS, const SCEV *Start, const SCEV *IncrExpr);
1491 const SCEV *IncrExpr) {
1496 SE->getAddRecExpr(Start, IncrExpr, L, SCEV::FlagAnyWrap);
1489 replaceIV(DAGRootSet &DRS, const SCEV *Start, const SCEV *IncrExpr) argument

Completed in 144 milliseconds