Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MakeAddrLValue

301   LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddr(), type, srcAlign);
495 LValue elementLV = CGF.MakeAddrLValue(element, elementType);
541 LValue elementLV = CGF.MakeAddrLValue(currentElement, elementType);
636 CGF.MakeAddrLValue(CastPtr, Ty));
999 EmitFinalDestCopy(VE->getType(), CGF.MakeAddrLValue(ArgPtr, VE->getType()));
1039 EmitNullInitializationToLValue(CGF.MakeAddrLValue(Slot.getAddr(), T));
1045 EmitNullInitializationToLValue(CGF.MakeAddrLValue(Slot.getAddr(), T));
1151 EmitFinalDestCopy(E->getType(), CGF.MakeAddrLValue(GV, E->getType()));
1164 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddr(), E->getType(),
1426 LValue LV = MakeAddrLValue(Temp, E->getType());