Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitStoreThroughLValue

645     EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(RealAddr, EltTy));
647 EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(ImagAddr, EltTy));
649 EmitStoreThroughLValue(RValue::get(AI), LV);
2070 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV);