Home
last modified time | relevance | path

Searched refs:UDR (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4935 const OMPDeclareReductionDecl *UDR = getReductionInit(ReductionOps); in emitPrivateReduction() local
4969 if (UDR) { // Check if it's a User-Defined Reduction in emitPrivateReduction()
4970 if (const Expr *UDRInitExpr = UDR->getInitializer()) { in emitPrivateReduction()
4972 getUserDefinedReduction(UDR); in emitPrivateReduction()