Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h706 Expr *getPrevLowerBoundVariable() const { in getPrevLowerBoundVariable() function
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2708 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds()
2711 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
2713 PrevLBVal, LS.getPrevLowerBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()
2715 LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h1005 Expr *getPrevLowerBoundVariable() const { in getPrevLowerBoundVariable() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2201 Record.AddStmt(D->getPrevLowerBoundVariable()); in VisitOMPLoopDirective()