Searched refs:UBVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 3178 llvm::Value *UBVal = DispatchBounds.second; in EmitOMPForOuterLoop() local 3179 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop() 3337 llvm::Value *UBVal = in emitDistributeParallelForDispatchBounds() local 3339 return {LBVal, UBVal}; in emitDistributeParallelForDispatchBounds() 3716 llvm::Value *UBVal = CGF.EmitScalarExpr(LS.getLastIteration()); in emitDispatchForLoopBounds() local 3717 return {LBVal, UBVal}; in emitDispatchForLoopBounds() 4271 llvm::Value *UBVal = CGF.EmitLoadOfScalar(UB, S.getBeginLoc()); in EmitSections() local 4273 CGF.Builder.CreateICmpSLT(UBVal, GlobalUBVal), UBVal, GlobalUBVal); in EmitSections()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 8636 Expr *UBVal = UB; in buildNumIterations() local 8741 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMinVal.get(), UBVal); in buildNumIterations() 8761 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMaxVal.get(), UBVal); in buildNumIterations() 8792 UBVal = MaxUB.get(); in buildNumIterations() 8800 UBVal = MinUB.get(); in buildNumIterations() 8803 Expr *UBExpr = *TestIsLessOp ? UBVal : LBVal; in buildNumIterations() 8804 Expr *LBExpr = *TestIsLessOp ? LBVal : UBVal; in buildNumIterations()
|