Lines Matching defs:IterationVarRef
3004 if (FinishOpenMPLinearClause(*LC, cast<DeclRefExpr>(B.IterationVarRef),
10283 Built.IterationVarRef = IV.get();
14265 DeclRefExpr *IterVarRef = cast<DeclRefExpr>(LoopHelper.IterationVarRef);
14555 // and referenced by LoopHelper.IterationVarRef.
14572 // as the original LoopHelper.IterationVarRef because LoopHelper.Updates
14592 auto *IterationVarRef = cast<DeclRefExpr>(LoopHelper.IterationVarRef);
14593 QualType IVTy = IterationVarRef->getType();
14636 auto *InnerIVDecl = cast<VarDecl>(IterationVarRef->getDecl());
14799 auto *IterationVarRef = cast<DeclRefExpr>(LoopHelper.IterationVarRef);
14800 QualType IVTy = IterationVarRef->getType();
14822 // LoopHelper.IterationVarRef, compute the value of the user loop counter of
14824 // variable. We cannot directly use LoopHelper.IterationVarRef as the
14868 auto *ReversedIVDecl = cast<VarDecl>(IterationVarRef->getDecl());
15064 DeclRefExpr *IterVarRef = cast<DeclRefExpr>(SourceHelper.IterationVarRef);