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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3397 LValue VarLVal = CGF.EmitLValueForFieldInitialization(VDLVal, It->second);
3403 CGF.EmitStoreOfScalar(VDAddr.getPointer(), VarLVal);
H A DCGOpenMPRuntime.cpp8359 LValue VarLVal = CGF.EmitLValueForFieldInitialization(VDLVal, It->second); local
8362 LambdaPointers.try_emplace(VarLVal.getPointer(CGF),
8365 CombinedInfo.BasePointers.push_back(VarLVal.getPointer(CGF));
8374 RValue VarRVal = CGF.EmitLoadOfLValue(VarLVal, RD->getLocation());
8375 LambdaPointers.try_emplace(VarLVal.getPointer(CGF),
8378 CombinedInfo.BasePointers.push_back(VarLVal.getPointer(CGF));

Completed in 195 milliseconds