Searched refs:XExpr (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 4135 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument 4182 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 4515 const Expr *XExpr = nullptr; in emitReduction() local 4521 XExpr = BO->getLHS(); in emitReduction() 4541 if (XExpr) { in emitReduction() 4544 Loc](CodeGenFunction &CGF, const Expr *XExpr, in emitReduction() 4546 LValue X = CGF.EmitLValue(XExpr); in emitReduction() 4571 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 4574 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|