Searched refs:SrcLV (Results 1 – 2 of 2) sorted by relevance
2388 LValue SrcLV = MakeAddrLValue(SrcPtr, I->Ty, TypeAlign); in EmitCall() local2390 EmitStoreOfScalar(RV.getScalarVal(), SrcLV, /*init*/ true); in EmitCall()2392 EmitStoreOfComplex(RV.getComplexVal(), SrcLV, /*init*/ true); in EmitCall()
832 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); in emitMemcpy() local833 LValue Src = CGF.EmitLValueForFieldInitialization(SrcLV, FirstField); in emitMemcpy()