Searched refs:UBVal (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 8642 Expr *UBVal = UB; in buildNumIterations() local 8738 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMinVal.get(), UBVal); in buildNumIterations() 8758 SemaRef.BuildBinOp(S, DefaultLoc, BO_Comma, UBMaxVal.get(), UBVal); in buildNumIterations() 8786 UBVal = MaxUB.get(); in buildNumIterations() 8794 UBVal = MinUB.get(); in buildNumIterations() 8797 Expr *UBExpr = *TestIsLessOp ? UBVal : LBVal; in buildNumIterations() 8798 Expr *LBExpr = *TestIsLessOp ? LBVal : UBVal; in buildNumIterations()
|