Home
last modified time | relevance | path

Searched refs:NextUB (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp271 Value *NextUB = Builder.CreateAdd(UB, ChunkedStride); in createSubFn() local
274 Builder.CreateICmp(llvm::CmpInst::Predicate::ICMP_SGT, NextUB, in createSubFn()
276 NextUB = Builder.CreateSelect(NextUBOutOfBounds, AdjustedUB, NextUB, in createSubFn()
280 Builder.CreateAlignedStore(NextUB, UBPtr, Alignment); in createSubFn()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h3703 Expr *NextUB = nullptr;
3709 Expr *NextUB = nullptr)
3712 NextUB(NextUB) {}
H A DCGStmtOpenMP.cpp2845 EmitIgnoredExpr(LoopArgs.NextUB); in EmitOMPOuterLoop()
2963 OuterLoopArgs.NextUB = S.getNextUpperBound(); in EmitOMPForOuterLoop()
3022 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9863 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local
9880 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get()); in checkOpenMPLoop()
9881 if (!NextUB.isUsable()) in checkOpenMPLoop()
9884 NextUB = in checkOpenMPLoop()
9885 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get()); in checkOpenMPLoop()
9886 NextUB = in checkOpenMPLoop()
9887 SemaRef.ActOnFinishFullExpr(NextUB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
9888 if (!NextUB.isUsable()) in checkOpenMPLoop()
10115 Built.NUB = NextUB.get(); in checkOpenMPLoop()