Searched refs:IVDecl (Results 1 – 2 of 2) sorted by relevance
2699 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion() local2700 CGF.EmitVarDecl(*IVDecl); in emitOMPSimdRegion()3458 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local3459 EmitVarDecl(*IVDecl); in EmitOMPWorksharingLoop()5866 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPDistributeLoop() local5867 EmitVarDecl(*IVDecl); in EmitOMPDistributeLoop()7971 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPTaskLoopBasedDirective() local7972 CGF.EmitVarDecl(*IVDecl); in EmitOMPTaskLoopBasedDirective()
9999 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in checkOpenMPLoop() local10000 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc); in checkOpenMPLoop()