Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h157 LValue emitSharedLValue(CodeGenFunction &CGF, const Expr *E);
H A DCGOpenMPRuntime.cpp764 LValue ReductionCodeGen::emitSharedLValue(CodeGenFunction &CGF, const Expr *E) { in emitSharedLValue() function in ReductionCodeGen
814 LValue First = emitSharedLValue(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()
820 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()