Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3035 llvm::Value *UBVal = DispatchBounds.second; in EmitOMPForOuterLoop() local
3036 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop()
3192 llvm::Value *UBVal = in emitDistributeParallelForDispatchBounds() local
3194 return {LBVal, UBVal}; in emitDistributeParallelForDispatchBounds()
3574 llvm::Value *UBVal = CGF.EmitScalarExpr(LS.getLastIteration()); in emitDispatchForLoopBounds() local
3575 return {LBVal, UBVal}; in emitDispatchForLoopBounds()
4118 llvm::Value *UBVal = CGF.EmitLoadOfScalar(UB, S.getBeginLoc()); in EmitSections() local
4120 CGF.Builder.CreateICmpSLT(UBVal, GlobalUBVal), UBVal, GlobalUBVal); in EmitSections()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8600 Expr *UBVal = UB; in buildNumIterations() local
8705 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMinVal.get(), UBVal); in buildNumIterations()
8725 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMaxVal.get(), UBVal); in buildNumIterations()
8756 UBVal = MaxUB.get(); in buildNumIterations()
8764 UBVal = MinUB.get(); in buildNumIterations()
8767 Expr *UBExpr = *TestIsLessOp ? UBVal : LBVal; in buildNumIterations()
8768 Expr *LBExpr = *TestIsLessOp ? LBVal : UBVal; in buildNumIterations()