Searched refs:XExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 4714 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument 4762 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 5107 const Expr *XExpr = nullptr; in emitReduction() local 5113 XExpr = BO->getLHS(); in emitReduction() 5133 if (XExpr) { in emitReduction() 5136 Loc](CodeGenFunction &CGF, const Expr *XExpr, in emitReduction() 5138 LValue X = CGF.EmitLValue(XExpr); in emitReduction() 5161 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 5164 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|