Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitStoreThroughLValue

357   CGF.EmitStoreThroughLValue(RValue::get(arrayStart), start);
368 CGF.EmitStoreThroughLValue(RValue::get(arrayEnd), endOrLength);
371 CGF.EmitStoreThroughLValue(RValue::get(Builder.getInt(size)), endOrLength);
853 CGF.EmitStoreThroughLValue(RV, LV);
865 CGF.EmitStoreThroughLValue(RValue::get(CGF.EmitScalarExpr(E)), LV);