Searched refs:NewRVal (Results 1 – 2 of 2) sorted by relevance
1798 RValue NewRVal = UpdateOp(UpRVal); in EmitAtomicUpdateValue() local1799 if (NewRVal.isScalar()) { in EmitAtomicUpdateValue()1800 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue()1802 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()1803 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
515 Value *NewRVal = RMWI->getType()->isPointerTy() in convertAtomicXchgToIntegerType() local518 RMWI->replaceAllUsesWith(NewRVal); in convertAtomicXchgToIntegerType()