Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3046 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds()
3049 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
3051 PrevLBVal, LS.getPrevLowerBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()
3053 LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1400 Expr *getPrevLowerBoundVariable() const { in getPrevLowerBoundVariable() function