Searched refs:IElemInitRef (Results 1 – 2 of 2) sorted by relevance
1930 auto IElemInitRef = C->inits().begin(); in EmitOMPTaskDirective() local1936 FirstprivateInits.push_back(*IElemInitRef); in EmitOMPTaskDirective()1938 ++IRef, ++IElemInitRef; in EmitOMPTaskDirective()
2304 auto IElemInitRef = FirstprivateInits.begin(); in emitTaskCall() local2311 cast<VarDecl>(cast<DeclRefExpr>(*IElemInitRef)->getDecl())))); in emitTaskCall()2312 ++I, ++IElemInitRef; in emitTaskCall()