Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2774 llvm::Value *UBVal = DispatchBounds.second; in EmitOMPForOuterLoop() local
2775 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop()
2926 llvm::Value *UBVal = in emitDistributeParallelForDispatchBounds() local
2928 return {LBVal, UBVal}; in emitDistributeParallelForDispatchBounds()
3307 llvm::Value *UBVal = CGF.EmitScalarExpr(LS.getLastIteration()); in emitDispatchForLoopBounds() local
3308 return {LBVal, UBVal}; in emitDispatchForLoopBounds()
3746 llvm::Value *UBVal = CGF.EmitLoadOfScalar(UB, S.getBeginLoc()); in EmitSections() local
3748 CGF.Builder.CreateICmpSLT(UBVal, GlobalUBVal), UBVal, GlobalUBVal); in EmitSections()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8020 Expr *UBVal = UB; in buildNumIterations() local
8116 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMinVal.get(), UBVal); in buildNumIterations()
8136 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMaxVal.get(), UBVal); in buildNumIterations()
8164 UBVal = MaxUB.get(); in buildNumIterations()
8172 UBVal = MinUB.get(); in buildNumIterations()
8175 Expr *UBExpr = TestIsLessOp.getValue() ? UBVal : LBVal; in buildNumIterations()
8176 Expr *LBExpr = TestIsLessOp.getValue() ? LBVal : UBVal; in buildNumIterations()