Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp4366 LValue VarLVal = CGF.EmitLValueForFieldInitialization(VDLVal, It->second); in adjustTargetSpecificDataForLambdas() local
4372 CGF.EmitStoreOfScalar(VDAddr.getPointer(), VarLVal); in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp7615 LValue VarLVal = CGF.EmitLValueForFieldInitialization(VDLVal, It->second); in generateInfoForLambdaCaptures() local
7617 LambdaPointers.try_emplace(VarLVal.getPointer(), VDLVal.getPointer()); in generateInfoForLambdaCaptures()
7618 BasePointers.push_back(VarLVal.getPointer()); in generateInfoForLambdaCaptures()