Searched defs:LHSExprs (Results 1 – 3 of 3) sorted by relevance
349 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) { in setLHSExprs()374 ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, in Create()
2733 ArrayRef<const Expr *> LHSExprs, in emitReductionFunction()2820 ArrayRef<const Expr *> LHSExprs, in emitReduction()
819 llvm::SmallVector<const Expr *, 8> LHSExprs; in EmitOMPReductionClauseFinal() local