Searched refs:NewRVal (Results 1 – 2 of 2) sorted by relevance
1858 RValue NewRVal = UpdateOp(UpRVal); in EmitAtomicUpdateValue() local1859 if (NewRVal.isScalar()) { in EmitAtomicUpdateValue()1860 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue()1862 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()1863 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
413 Value *NewRVal = RMWI->getType()->isPointerTy() in convertAtomicXchgToIntegerType() local416 RMWI->replaceAllUsesWith(NewRVal); in convertAtomicXchgToIntegerType()