Home
last modified time | relevance | path

Searched refs:NewRVal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1754 RValue NewRVal = UpdateOp(UpRVal); in EmitAtomicUpdateValue() local
1755 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp444 Value *NewRVal = RMWI->getType()->isPointerTy() in convertAtomicXchgToIntegerType() local
447 RMWI->replaceAllUsesWith(NewRVal); in convertAtomicXchgToIntegerType()