Lines Matching refs:SharedRefLValue
3302 LValue SharedRefLValue; in emitPrivatesInit() local
3314 SharedRefLValue = in emitPrivatesInit()
3317 SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); in emitPrivatesInit()
3318 SharedRefLValue = CGF.MakeAddrLValue( in emitPrivatesInit()
3319 SharedRefLValue.getAddress().withAlignment( in emitPrivatesInit()
3321 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit()
3322 SharedRefLValue.getTBAAInfo()); in emitPrivatesInit()
3326 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3332 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3338 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit()
3343 PrivateLValue.getAddress(), SharedRefLValue.getAddress(), Type, in emitPrivatesInit()
3360 InitScope.addPrivate(Elem, SharedRefLValue.getAddress()); in emitPrivatesInit()