Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3103 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPWorksharingLoop()
5094 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPDistributeLoop()
6898 mapParam(CGF, cast<DeclRefExpr>(S.getStrideVariable()), *STP, LoopScope); in EmitOMPTaskLoopBasedDirective()
H A DCGOpenMPRuntime.cpp5271 cast<VarDecl>(cast<DeclRefExpr>(D.getStrideVariable())->getDecl()); in emitTaskLoopCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1274 Expr *getStrideVariable() const { in getStrideVariable() function