Searched refs:XExpr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5230 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument 5278 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 5623 const Expr *XExpr = nullptr; in emitReduction() local 5629 XExpr = BO->getLHS(); in emitReduction() 5649 if (XExpr) { in emitReduction() 5652 Loc](CodeGenFunction &CGF, const Expr *XExpr, in emitReduction() 5654 LValue X = CGF.EmitLValue(XExpr); in emitReduction() 5677 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 5680 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|