Searched refs:NewRVal (Results 1 – 2 of 2) sorted by relevance
1754 RValue NewRVal = UpdateOp(UpRVal); in EmitAtomicUpdateValue() local1755 if (NewRVal.isScalar()) { in EmitAtomicUpdateValue()1756 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue()1758 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()1759 CGF.EmitStoreOfComplex(NewRVal.getComplexVal(), DesiredLVal, in EmitAtomicUpdateValue()
444 Value *NewRVal = RMWI->getType()->isPointerTy() in convertAtomicXchgToIntegerType() local447 RMWI->replaceAllUsesWith(NewRVal); in convertAtomicXchgToIntegerType()