Searched refs:NextUB (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 4084 Expr *NextUB = nullptr; 4092 Expr *NextUB = nullptr) 4095 NextUB(NextUB) {}
|
| H A D | CGStmtOpenMP.cpp | 3086 EmitIgnoredExpr(LoopArgs.NextUB); in EmitOMPOuterLoop() 3207 OuterLoopArgs.NextUB = S.getNextUpperBound(); in EmitOMPForOuterLoop() 3271 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(EKind) in EmitOMPDistributeOuterLoop()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 10094 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local 10111 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in checkOpenMPLoop() 10112 if (!NextUB.isUsable()) in checkOpenMPLoop() 10115 NextUB = in checkOpenMPLoop() 10116 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in checkOpenMPLoop() 10117 NextUB = in checkOpenMPLoop() 10118 SemaRef.ActOnFinishFullExpr(NextUB.get(), /*DiscardedValue=*/false); in checkOpenMPLoop() 10119 if (!NextUB.isUsable()) in checkOpenMPLoop() 10344 Built.NUB = NextUB.get(); in checkOpenMPLoop()
|