Home
last modified time | relevance | path

Searched refs:SrcLV (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGClass.cpp928 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); in emitMemcpy() local
929 LValue Src = CGF.EmitLValueForFieldInitialization(SrcLV, FirstField); in emitMemcpy()
DCGCall.cpp3204 LValue SrcLV = MakeAddrLValue(SrcPtr, I->Ty, TypeAlign); in EmitCall() local
3205 EmitInitStoreOfNonAggregate(*this, RV, SrcLV); in EmitCall()