Searched refs:NewRVal (Results 1 – 1 of 1) sorted by relevance
1535 RValue NewRVal = UpdateOp(UpRVal); in EmitAtomicUpdateValue() local1536 if (NewRVal.isScalar()) { in EmitAtomicUpdateValue()1537 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue()1539 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()1540 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()