Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MakeAddrLValue

561       LValue LV = MakeAddrLValue(EltAddr, EltTy);
602 EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(RealAddr, EltTy));
604 EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(ImagAddr, EltTy));
1394 LValue LV = MakeAddrLValue(Alloca, Ty, Align);
1778 CGF.MakeAddrLValue(srcAddr, srcAddrType));
1860 LValue srcLV = CGF.MakeAddrLValue(srcAddr, srcAddrType);
2050 LValue LV = MakeAddrLValue(RV.getAggregateAddr(), Ty);
2155 MakeAddrLValue(Args.back(), I->Ty, TypeAlign);
2232 LValue SrcLV = MakeAddrLValue(SrcPtr, I->Ty, TypeAlign);