Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1953 llvm::Value *LBVal = DispatchBounds.first; in EmitOMPForOuterLoop() local
1955 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop()
2104 llvm::Value *LBVal = in emitDistributeParallelForDispatchBounds() local
2108 return {LBVal, UBVal}; in emitDistributeParallelForDispatchBounds()
2465 llvm::Value *LBVal = CGF.Builder.getIntN(IVSize, 0); in emitDispatchForLoopBounds() local
2467 return {LBVal, UBVal}; in emitDispatchForLoopBounds()