Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:EmitLoadOfLValue

238     RV = CGF.EmitLoadOfLValue(LV);
360 CGF.EmitStoreThroughLValue(CGF.EmitLoadOfLValue(LV), TempLV);
1282 /// EmitLoadOfLValue - Given an expression that represents a value lvalue, this
1285 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV) {
2847 return EmitLoadOfLValue(FieldLV);