Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5116 llvm::Value *FinalResultVal = nullptr; in emitPrivateReduction() local
5122 FinalResultVal = CGF.EmitLoadOfScalar(SharedLV1, Loc); in emitPrivateReduction()
5130 CGF.EmitStoreOfScalar(FinalResultVal, TargetLHSLV); in emitPrivateReduction()