Searched refs:UBVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 2993 llvm::Value *UBVal = DispatchBounds.second; in EmitOMPForOuterLoop() local 2994 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop() 3145 llvm::Value *UBVal = in emitDistributeParallelForDispatchBounds() local 3147 return {LBVal, UBVal}; in emitDistributeParallelForDispatchBounds() 3528 llvm::Value *UBVal = CGF.EmitScalarExpr(LS.getLastIteration()); in emitDispatchForLoopBounds() local 3529 return {LBVal, UBVal}; in emitDispatchForLoopBounds() 4073 llvm::Value *UBVal = CGF.EmitLoadOfScalar(UB, S.getBeginLoc()); in EmitSections() local 4075 CGF.Builder.CreateICmpSLT(UBVal, GlobalUBVal), UBVal, GlobalUBVal); in EmitSections()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 8794 Expr *UBVal = UB; in buildNumIterations() local 8899 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMinVal.get(), UBVal); in buildNumIterations() 8919 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMaxVal.get(), UBVal); in buildNumIterations() 8950 UBVal = MaxUB.get(); in buildNumIterations() 8958 UBVal = MinUB.get(); in buildNumIterations() 8961 Expr *UBExpr = *TestIsLessOp ? UBVal : LBVal; in buildNumIterations() 8962 Expr *LBExpr = *TestIsLessOp ? LBVal : UBVal; in buildNumIterations()
|