Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2798 auto IRHS = RHSExprs.begin(); in emitReductionFunction() local
2803 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction()
2811 ++IPriv, ++ILHS, ++IRHS; in emitReductionFunction()
2867 auto IRHS = RHSExprs.begin(); in emitReduction() local
2871 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReduction()
2878 ++IPriv, ++ILHS, ++IRHS; in emitReduction()
2985 auto IRHS = RHSExprs.begin(); in emitReduction() local
2990 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReduction()
2998 ++IPriv, ++ILHS, ++IRHS; in emitReduction()
3029 auto IRHS = RHSExprs.begin(); in emitReduction() local
[all …]
DCGStmtOpenMP.cpp662 auto IRHS = C->rhs_exprs().begin(); in EmitOMPReductionClauseInit() local
666 auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in EmitOMPReductionClauseInit()
809 ++ILHS, ++IRHS, ++IPriv; in EmitOMPReductionClauseInit()