Searched refs:SrcLV (Results 1 – 3 of 3) sorted by relevance
1056 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); in emitMemcpy() local1057 LValue Src = CGF.EmitLValueForFieldInitialization(SrcLV, FirstField); in emitMemcpy()
3356 LValue SrcLV = MakeAddrLValue(Src, I->Ty); in EmitCall() local3357 EmitInitStoreOfNonAggregate(*this, RV, SrcLV); in EmitCall()
3327 LValue SrcLV = in emitTargetCall() local3331 CGF.EmitStoreThroughLValue(RValue::get(*CV), SrcLV); in emitTargetCall()