Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGAtomic.cpp1858 RValue NewRVal = UpdateOp(UpRVal); in EmitAtomicUpdateValue() local
1859 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()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DAtomicExpandPass.cpp413 Value *NewRVal = RMWI->getType()->isPointerTy() in convertAtomicXchgToIntegerType() local
416 RMWI->replaceAllUsesWith(NewRVal); in convertAtomicXchgToIntegerType()