Searched refs:NewRVal (Results 1 – 1 of 1) sorted by relevance
1554 RValue NewRVal = UpdateOp(UpRVal); in EmitAtomicUpdateValue() local1555 if (NewRVal.isScalar()) { in EmitAtomicUpdateValue()1556 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue()1558 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()1559 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()