Home
last modified time | relevance | path

Searched refs:UBVal (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2935 llvm::Value *UBVal = DispatchBounds.second; in EmitOMPForOuterLoop() local
2936 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop()
3087 llvm::Value *UBVal = in emitDistributeParallelForDispatchBounds() local
3089 return {LBVal, UBVal}; in emitDistributeParallelForDispatchBounds()
3470 llvm::Value *UBVal = CGF.EmitScalarExpr(LS.getLastIteration()); in emitDispatchForLoopBounds() local
3471 return {LBVal, UBVal}; in emitDispatchForLoopBounds()
4015 llvm::Value *UBVal = CGF.EmitLoadOfScalar(UB, S.getBeginLoc()); in EmitSections() local
4017 CGF.Builder.CreateICmpSLT(UBVal, GlobalUBVal), UBVal, GlobalUBVal); in EmitSections()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp8559 Expr *UBVal = UB; in buildNumIterations() local
8655 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMinVal.get(), UBVal); in buildNumIterations()
8675 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMaxVal.get(), UBVal); in buildNumIterations()
8703 UBVal = MaxUB.get(); in buildNumIterations()
8711 UBVal = MinUB.get(); in buildNumIterations()
8714 Expr *UBExpr = TestIsLessOp.value() ? UBVal : LBVal; in buildNumIterations()
8715 Expr *LBExpr = TestIsLessOp.value() ? LBVal : UBVal; in buildNumIterations()