Searched refs:SrcLV (Results 1 – 2 of 2) sorted by relevance
928 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); in emitMemcpy() local929 LValue Src = CGF.EmitLValueForFieldInitialization(SrcLV, FirstField); in emitMemcpy()
3204 LValue SrcLV = MakeAddrLValue(SrcPtr, I->Ty, TypeAlign); in EmitCall() local3205 EmitInitStoreOfNonAggregate(*this, RV, SrcLV); in EmitCall()