Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:srcLV

1860     LValue srcLV = CGF.MakeAddrLValue(srcAddr, srcAddrType);
1861 RValue srcRV = CGF.EmitLoadOfLValue(srcLV);
2232 LValue SrcLV = MakeAddrLValue(SrcPtr, I->Ty, TypeAlign);
2234 EmitStoreOfScalar(RV.getScalarVal(), SrcLV, /*init*/ true);
2236 EmitStoreOfComplex(RV.getComplexVal(), SrcLV, /*init*/ true);