Home
last modified time | relevance | path

Searched refs:IncrExpr (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1488 const SCEV *IncrExpr = in replaceIV() local
1494 IncrExpr = SE->getMulExpr(IncrExpr, SizeOfExpr); in replaceIV()
1497 SE->getAddRecExpr(Start, IncrExpr, L, SCEV::FlagAnyWrap); in replaceIV()
/external/clang/lib/Sema/
DSemaStmt.cpp2197 ExprResult NotEqExpr = Cond, IncrExpr = Inc; in BuildCXXForRangeStmt() local
2381 IncrExpr = ActOnUnaryOp(S, ColonLoc, tok::plusplus, BeginRef.get()); in BuildCXXForRangeStmt()
2382 if (!IncrExpr.isInvalid() && CoawaitLoc.isValid()) in BuildCXXForRangeStmt()
2383 IncrExpr = ActOnCoawaitExpr(S, CoawaitLoc, IncrExpr.get()); in BuildCXXForRangeStmt()
2384 if (!IncrExpr.isInvalid()) in BuildCXXForRangeStmt()
2385 IncrExpr = ActOnFinishFullExpr(IncrExpr.get()); in BuildCXXForRangeStmt()
2386 if (IncrExpr.isInvalid()) { in BuildCXXForRangeStmt()
2425 IncrExpr.get(), LoopVarDS, /*Body=*/nullptr, ForLoc, CoawaitLoc, in BuildCXXForRangeStmt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp428 void replaceIV(DAGRootSet &DRS, const SCEV *Start, const SCEV *IncrExpr);
1475 const SCEV *IncrExpr) { in replaceIV() argument
1480 SE->getAddRecExpr(Start, IncrExpr, L, SCEV::FlagAnyWrap); in replaceIV()