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.cpp1798 RValue NewRVal = UpdateOp(UpRVal); in EmitAtomicUpdateValue() local
1799 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp515 Value *NewRVal = RMWI->getType()->isPointerTy() in convertAtomicXchgToIntegerType() local
518 RMWI->replaceAllUsesWith(NewRVal); in convertAtomicXchgToIntegerType()