Home
last modified time | relevance | path

Searched refs:IRHS (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4286 auto IRHS = RHSExprs.begin(); in emitReductionFunction() local
4291 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction()
4302 ++IRHS; in emitReductionFunction()
4377 auto IRHS = RHSExprs.begin(); in emitReduction() local
4380 cast<DeclRefExpr>(*IRHS)); in emitReduction()
4383 ++IRHS; in emitReduction()
4480 auto IRHS = RHSExprs.begin(); in emitReduction() local
4483 cast<DeclRefExpr>(*IRHS)); in emitReduction()
4486 ++IRHS; in emitReduction()
4512 auto IRHS = RHSExprs.begin(); in emitReduction() local
[all …]
DCGStmtOpenMP.cpp941 auto IRHS = C->rhs_exprs().begin(); in EmitOMPReductionClauseInit() local
946 auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in EmitOMPReductionClauseInit()
1130 ++IRHS; in EmitOMPReductionClauseInit()