Searched refs:XExpr (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5326 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument 5373 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 5718 const Expr *XExpr = nullptr; in emitReduction() local 5724 XExpr = BO->getLHS(); in emitReduction() 5744 if (XExpr) { in emitReduction() 5747 Loc](CodeGenFunction &CGF, const Expr *XExpr, in emitReduction() 5749 LValue X = CGF.EmitLValue(XExpr); in emitReduction() 5775 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 5778 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|