Lines Matching refs:DeclRefExpr

182       auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl());  in EmitOMPFirstprivateClause()
183 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IInit)->getDecl()); in EmitOMPFirstprivateClause()
192 auto VDInit = cast<VarDecl>(cast<DeclRefExpr>(*InitsRef)->getDecl()); in EmitOMPFirstprivateClause()
226 auto *OrigVD = cast<VarDecl>(cast<DeclRefExpr>(*IRef)->getDecl()); in EmitOMPPrivateClause()
227 auto VD = cast<VarDecl>(cast<DeclRefExpr>(IInit)->getDecl()); in EmitOMPPrivateClause()
353 if (LocalDeclMap.lookup(cast<DeclRefExpr>((*IC))->getDecl())) { in EmitOMPSimdFinal()
390 auto VD = cast<VarDecl>(cast<DeclRefExpr>(E)->getDecl()); in EmitPrivateLoopCounters()
458 const VarDecl *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPSimdDirective()
465 if (auto LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) { in EmitOMPSimdDirective()
505 const DeclRefExpr *Helper) { in EmitOMPHelperVar()
513 auto IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop()
520 if (auto LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) { in EmitOMPWorksharingLoop()
541 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getLowerBoundVariable())); in EmitOMPWorksharingLoop()
543 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getUpperBoundVariable())); in EmitOMPWorksharingLoop()
545 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPWorksharingLoop()
547 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getIsLastIterVariable())); in EmitOMPWorksharingLoop()