Lines Matching defs:IterationVarRef
3029 if (FinishOpenMPLinearClause(*LC, cast<DeclRefExpr>(B.IterationVarRef),
10238 Built.IterationVarRef = IV.get();
14182 DeclRefExpr *IterVarRef = cast<DeclRefExpr>(LoopHelper.IterationVarRef);
14472 // and referenced by LoopHelper.IterationVarRef.
14489 // as the original LoopHelper.IterationVarRef because LoopHelper.Updates
14509 auto *IterationVarRef = cast<DeclRefExpr>(LoopHelper.IterationVarRef);
14510 QualType IVTy = IterationVarRef->getType();
14553 auto *InnerIVDecl = cast<VarDecl>(IterationVarRef->getDecl());
14716 auto *IterationVarRef = cast<DeclRefExpr>(LoopHelper.IterationVarRef);
14717 QualType IVTy = IterationVarRef->getType();
14739 // LoopHelper.IterationVarRef, compute the value of the user loop counter of
14741 // variable. We cannot directly use LoopHelper.IterationVarRef as the
14785 auto *ReversedIVDecl = cast<VarDecl>(IterationVarRef->getDecl());
14936 DeclRefExpr *IterVarRef = cast<DeclRefExpr>(SourceHelper.IterationVarRef);