Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2801 llvm::Value *UBVal = DispatchBounds.second; in EmitOMPForOuterLoop() local
2802 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop()
2953 llvm::Value *UBVal = in emitDistributeParallelForDispatchBounds() local
2955 return {LBVal, UBVal}; in emitDistributeParallelForDispatchBounds()
3333 llvm::Value *UBVal = CGF.EmitScalarExpr(LS.getLastIteration()); in emitDispatchForLoopBounds() local
3334 return {LBVal, UBVal}; in emitDispatchForLoopBounds()
3772 llvm::Value *UBVal = CGF.EmitLoadOfScalar(UB, S.getBeginLoc()); in EmitSections() local
3774 CGF.Builder.CreateICmpSLT(UBVal, GlobalUBVal), UBVal, GlobalUBVal); in EmitSections()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8026 Expr *UBVal = UB; in buildNumIterations() local
8122 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMinVal.get(), UBVal); in buildNumIterations()
8142 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMaxVal.get(), UBVal); in buildNumIterations()
8170 UBVal = MaxUB.get(); in buildNumIterations()
8178 UBVal = MinUB.get(); in buildNumIterations()
8181 Expr *UBExpr = TestIsLessOp.getValue() ? UBVal : LBVal; in buildNumIterations()
8182 Expr *LBExpr = TestIsLessOp.getValue() ? LBVal : UBVal; in buildNumIterations()