Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5074 const Expr *AssignRHS = nullptr; in emitPrivateReduction() local
5077 AssignRHS = BinOp->getRHS(); in emitPrivateReduction()
5081 AssignRHS = OpCall->getArg(1); in emitPrivateReduction()
5084 assert(AssignRHS && in emitPrivateReduction()