Searched refs:SrcLV (Results 1 – 3 of 3) sorted by relevance
1057 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); in emitMemcpy() local1058 LValue Src = CGF.EmitLValueForFieldInitialization(SrcLV, FirstField); in emitMemcpy()
155 LValue SrcLV = in GenerateOpenMPCapturedVars() local159 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars()
3726 LValue SrcLV = MakeAddrLValue(Src, I->Ty); in EmitCall() local3727 EmitInitStoreOfNonAggregate(*this, RV, SrcLV); in EmitCall()