Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3266 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getIsLastIterVariable())); in EmitOMPWorksharingLoop()
5559 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getIsLastIterVariable())); in EmitOMPDistributeLoop()
7611 mapParam(CGF, cast<DeclRefExpr>(S.getIsLastIterVariable()), *LIP, in EmitOMPTaskLoopBasedDirective()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1336 Expr *getIsLastIterVariable() const { in getIsLastIterVariable() function