Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3105 LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable()); in emitDistributeParallelForInnerBounds()
3113 PrevUB, LS.getPrevUpperBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
3115 PrevUBVal, LS.getPrevUpperBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()
3117 LS.getPrevUpperBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1421 Expr *getPrevUpperBoundVariable() const { in getPrevUpperBoundVariable() function