Searched refs:XExpr (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 2664 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument 2711 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 3032 const Expr *XExpr = nullptr; in emitReduction() local 3038 XExpr = BO->getLHS(); in emitReduction() 3058 if (XExpr) { in emitReduction() 3061 Loc](CodeGenFunction &CGF, const Expr *XExpr, in emitReduction() 3063 LValue X = CGF.EmitLValue(XExpr); in emitReduction() 3085 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 3088 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|