Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp1056 LValue SrcLV = CGF.MakeNaturalAlignAddrLValue(SrcPtr, RecordTy); in emitMemcpy() local
1057 LValue Src = CGF.EmitLValueForFieldInitialization(SrcLV, FirstField); in emitMemcpy()
DCGCall.cpp3356 LValue SrcLV = MakeAddrLValue(Src, I->Ty); in EmitCall() local
3357 EmitInitStoreOfNonAggregate(*this, RV, SrcLV); in EmitCall()
DCGOpenMPRuntime.cpp3327 LValue SrcLV = in emitTargetCall() local
3331 CGF.EmitStoreThroughLValue(RValue::get(*CV), SrcLV); in emitTargetCall()